mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
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:
parent
054dbf9b07
commit
f38386c77c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue