aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/app.js
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2020-02-28 15:27:31 +0100
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-03-09 20:16:38 +0000
commitb201121e62a09518ab21ab7fd2733af8de85c75c (patch)
treea8def123ec9c8f485400447bace7e5613ac512dd /apps/files_sharing/js/app.js
parent0d613cd2f03e7d683a782fbb161026db6e4cb3d1 (diff)
downloadnextcloud-server-b201121e62a09518ab21ab7fd2733af8de85c75c.tar.gz
nextcloud-server-b201121e62a09518ab21ab7fd2733af8de85c75c.zip
Fix default action for deleted shares
Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/js/app.js')
-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 781bbfb65e3..ab503c6bfee 100644
--- a/apps/files_sharing/js/app.js
+++ b/apps/files_sharing/js/app.js
@@ -111,6 +111,7 @@ OCA.Sharing.App = {
$el,
{
id: 'shares.deleted',
+ defaultFileActionsDisabled: true,
showDeleted: true,
sharedWithUser: true,
fileActions: this._restoreShareAction(),