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:
authorJulius Härtl <jus@bitgrid.net>2020-02-17 10:26:22 +0300
committerJulius Härtl <jus@bitgrid.net>2020-02-17 10:26:22 +0300
commitee49837caad0d69e5f28758640f4787cbf86271c (patch)
tree92354a7af34bc50840928c144c4c4df9b6cc5ba4 /apps
parent6895a235174d02fe095cb51321e60e8ffaa3cfcf (diff)
Make sure the secondary view registered for systemtags has an id
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/systemtags/src/systemtagsinfoview.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/systemtags/src/systemtagsinfoview.js b/apps/systemtags/src/systemtagsinfoview.js
index ed9a517400f..67ad975c90a 100644
--- a/apps/systemtags/src/systemtagsinfoview.js
+++ b/apps/systemtags/src/systemtagsinfoview.js
@@ -33,6 +33,9 @@
className: 'systemTagsInfoView',
name: 'systemTags',
+ /* required by the new files sidebar to check if the view is unique */
+ id: 'systemTagsInfoView',
+
/**
* @type OC.SystemTags.SystemTagsInputField
*/