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:
Christoph Wurst 2020-02-21 12:17:58 +01:00 committed by GitHub
commit 8bbc387651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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