mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04: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
6895a23517
commit
ee49837caa
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