diff options
author | Simon L <szaimen@e.mail.de> | 2022-03-02 21:54:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 21:54:21 +0100 |
commit | 0f34bce344e0e639856dcc8f213e436fd0f9744c (patch) | |
tree | f66612646129f0f5d11cf92103f1e23b3621f333 /apps | |
parent | fd5f7486da8192b6ebf69ee3e6640cb7662028ca (diff) | |
parent | 1bb25345718300e9da9f609d5c23436c8383d14e (diff) | |
download | nextcloud-server-0f34bce344e0e639856dcc8f213e436fd0f9744c.tar.gz nextcloud-server-0f34bce344e0e639856dcc8f213e436fd0f9744c.zip |
Merge pull request #31389 from nextcloud/enh/27671/fix-sharing-overview-actions
fix fileactions for sharing overview
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/js/app.js b/apps/files_sharing/js/app.js index cf1a489b6f2..dc03e31bf80 100644 --- a/apps/files_sharing/js/app.js +++ b/apps/files_sharing/js/app.js @@ -169,6 +169,7 @@ OCA.Sharing.App = { $el, { id: 'shares.overview', + fileActions: this._createFileActions(), config: OCA.Files.App.getFilesConfig(), isOverview: true, // The file list is created when a "show" event is handled, so |