Merge pull request #19511 from nextcloud/bugfix/noid/secondary-view-id
Make sure the secondary view registered for systemtags has an id
This commit is contained in:
commit
8bbc387651
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -33,6 +33,9 @@
|
||||||
className: 'systemTagsInfoView',
|
className: 'systemTagsInfoView',
|
||||||
name: 'systemTags',
|
name: 'systemTags',
|
||||||
|
|
||||||
|
/* required by the new files sidebar to check if the view is unique */
|
||||||
|
id: 'systemTagsInfoView',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type OC.SystemTags.SystemTagsInputField
|
* @type OC.SystemTags.SystemTagsInputField
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue