From ee49837caad0d69e5f28758640f4787cbf86271c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 17 Feb 2020 08:26:22 +0100 Subject: [PATCH] Make sure the secondary view registered for systemtags has an id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/systemtags/src/systemtagsinfoview.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/systemtags/src/systemtagsinfoview.js b/apps/systemtags/src/systemtagsinfoview.js index ed9a517400..67ad975c90 100644 --- a/apps/systemtags/src/systemtagsinfoview.js +++ b/apps/systemtags/src/systemtagsinfoview.js @@ -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 */