]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix admin panel missing some JS files 3725/head
authorJoas Schilling <coding@schilljs.com>
Mon, 6 Mar 2017 11:05:31 +0000 (12:05 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 6 Mar 2017 11:05:31 +0000 (12:05 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/workflowengine/lib/AppInfo/Application.php

index e968b40612f0d74592c61215f62408048c162271..28e32092419e16d64c9f5ea2f786a6079c7b5ec4 100644 (file)
@@ -48,6 +48,8 @@ class Application extends \OCP\AppFramework\App {
                                ]);
 
                                script('core', [
+                                       'files/fileinfo',
+                                       'files/client',
                                        'oc-backbone-webdav',
                                        'systemtags/systemtags',
                                        'systemtags/systemtagmodel',