Skip to content
Snippets Groups Projects
Unverified Commit cf771c58 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #18927 from nextcloud/fix/sidebar/fileinfomodel

Fix Sidebar legacy FileInfoModel requirement
parents 24d37e97 613860e0
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,9 @@ class LoadSidebarListener implements IEventListener { ...@@ -39,6 +39,9 @@ class LoadSidebarListener implements IEventListener {
} }
Util::addScript(Application::APP_ID, 'dist/sidebar'); 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');
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment