diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-06 12:05:31 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-06 12:05:31 +0100 |
commit | 76e52eb2f6ee345879125b55515983484c45fb3d (patch) | |
tree | b039c8d0b905d52490d63b8ab14e7c2e2375a4be /apps/workflowengine/lib/AppInfo | |
parent | e8be73f485a43e7a293a4878388a10e06f692e97 (diff) | |
download | nextcloud-server-76e52eb2f6ee345879125b55515983484c45fb3d.tar.gz nextcloud-server-76e52eb2f6ee345879125b55515983484c45fb3d.zip |
Fix admin panel missing some JS files
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/workflowengine/lib/AppInfo')
-rw-r--r-- | apps/workflowengine/lib/AppInfo/Application.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/workflowengine/lib/AppInfo/Application.php b/apps/workflowengine/lib/AppInfo/Application.php index e968b40612f..28e32092419 100644 --- a/apps/workflowengine/lib/AppInfo/Application.php +++ b/apps/workflowengine/lib/AppInfo/Application.php @@ -48,6 +48,8 @@ class Application extends \OCP\AppFramework\App { ]); script('core', [ + 'files/fileinfo', + 'files/client', 'oc-backbone-webdav', 'systemtags/systemtags', 'systemtags/systemtagmodel', |