diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-02-17 08:26:22 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-02-17 08:26:22 +0100 |
commit | ee49837caad0d69e5f28758640f4787cbf86271c (patch) | |
tree | 92354a7af34bc50840928c144c4c4df9b6cc5ba4 | |
parent | 6895a235174d02fe095cb51321e60e8ffaa3cfcf (diff) | |
download | nextcloud-server-ee49837caad0d69e5f28758640f4787cbf86271c.tar.gz nextcloud-server-ee49837caad0d69e5f28758640f4787cbf86271c.zip |
Make sure the secondary view registered for systemtags has an id
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r-- | apps/systemtags/src/systemtagsinfoview.js | 3 |
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 */ |