diff options
author | szaimen <szaimen@e.mail.de> | 2022-03-01 16:27:54 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-03-02 16:00:38 +0000 |
commit | 1bb25345718300e9da9f609d5c23436c8383d14e (patch) | |
tree | 249b5430de945f6373830f8f97db7b1b4e09c51e /apps/files_sharing/js | |
parent | 3026d57ccf1872b8f30ebf9ee590223caa3c0095 (diff) | |
download | nextcloud-server-1bb25345718300e9da9f609d5c23436c8383d14e.tar.gz nextcloud-server-1bb25345718300e9da9f609d5c23436c8383d14e.zip |
try to fix correct fileactions for sharing overview
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/js')
-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 |