Skip to content

Commit bbec09d

Browse files
committed
Move the systemtags to core/src
* Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
1 parent b638c6e commit bbec09d

23 files changed

+70
-188
lines changed

apps/systemtags/templates/admin.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
*/
2121

2222
script('core', [
23-
'systemtags/systemtags',
24-
'systemtags/systemtagmodel',
25-
'systemtags/systemtagscollection',
23+
'dist/systemtags',
2624
]);
2725

2826
script('systemtags', 'admin');

apps/workflowengine/lib/AppInfo/Application.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ class_exists(Template::class, true);
6666
script('core', [
6767
'files/fileinfo',
6868
'files/client',
69-
'systemtags/systemtags',
70-
'systemtags/systemtagmodel',
71-
'systemtags/systemtagscollection',
69+
'dist/systemtags',
7270
]);
7371

7472
script(self::APP_ID, [

core/js/core.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
"setupchecks.js",
1616
"../search/js/search.js",
1717
"mimetype.js",
18-
"mimetypelist.js",
19-
"systemtags/systemtags.js",
20-
"systemtags/templates.js",
21-
"systemtags/systemtagmodel.js",
22-
"systemtags/systemtagscollection.js",
23-
"systemtags/systemtagsmappingcollection.js",
24-
"systemtags/systemtagsinputfield.js"
18+
"mimetypelist.js"
2519
]
2620
}

0 commit comments

Comments
 (0)