Fix Sidebar legacy FileInfoModel requirement
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
2495570889
commit
986ac005e0
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue