Make sure the secondary view registered for systemtags has an id

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-02-17 08:26:22 +01:00
parent 6895a23517
commit ee49837caa
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 0 deletions

View File

@ -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
*/