diff options
-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 */ |