Skip to content

Commit 0f34bce

Browse files
authored
Merge pull request #31389 from nextcloud/enh/27671/fix-sharing-overview-actions
fix fileactions for sharing overview
2 parents fd5f748 + 1bb2534 commit 0f34bce

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

apps/files_sharing/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ OCA.Sharing.App = {
169169
$el,
170170
{
171171
id: 'shares.overview',
172+
fileActions: this._createFileActions(),
172173
config: OCA.Files.App.getFilesConfig(),
173174
isOverview: true,
174175
// The file list is created when a "show" event is handled, so

0 commit comments

Comments
 (0)