Skip to content
Snippets Groups Projects
Unverified Commit 613860e0 authored by John Molakvoæ's avatar John Molakvoæ
Browse files

Fix Sidebar legacy FileInfoModel requirement

parent 5de3ea04
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
}
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