File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ module.exports = function(config) {
129129 files . push ( 'core/js/dist/main.js' ) ;
130130 files . push ( 'core/js/dist/files_fileinfo.js' ) ;
131131 files . push ( 'core/js/dist/files_client.js' ) ;
132+ files . push ( 'core/js/dist/systemtags.js' ) ;
132133 // core mocks
133134 files . push ( corePath + 'tests/specHelper.js' ) ;
134135
You can’t perform that action at this time.
0 commit comments