From 4e9d212e90681310979e0e2c95f6e1411cd4fa42 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 1 Mar 2022 17:07:32 +0100 Subject: [PATCH] wip --- apps/files_sharing/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files_sharing/js/app.js b/apps/files_sharing/js/app.js index dc03e31bf8085..48c9fa434bfb7 100644 --- a/apps/files_sharing/js/app.js +++ b/apps/files_sharing/js/app.js @@ -171,7 +171,8 @@ OCA.Sharing.App = { id: 'shares.overview', fileActions: this._createFileActions(), config: OCA.Files.App.getFilesConfig(), - isOverview: true, + linksOnly: true, + //isOverview: true, // The file list is created when a "show" event is handled, so // it should be marked as "shown" like it would have been done // if handling the event with the file list already created.