Merge pull request #18934 from nextcloud/backport/18927/stable18

[stable18] Fix Sidebar legacy FileInfoModel requirement
This commit is contained in:
Roeland Jago Douma 2020-01-16 21:53:50 +01:00 committed by GitHub
commit 9e6c37c3c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,9 @@ class LoadSidebarListener implements IEventListener {
}
Util::addScript(Application::APP_ID, 'dist/sidebar');
// needed by the Sidebar legacy tabs
// TODO: remove when all tabs migrated to the new api
Util::addScript('files', 'fileinfomodel');
}
}