Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-03-01 18:27:54 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-03-02 19:00:38 +0300
commit1bb25345718300e9da9f609d5c23436c8383d14e (patch)
tree249b5430de945f6373830f8f97db7b1b4e09c51e /apps
parent3026d57ccf1872b8f30ebf9ee590223caa3c0095 (diff)
try to fix correct fileactions for sharing overviewenh/27671/fix-sharing-overview-actions
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/js/app.js1
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