Skip to content

Commit a209223

Browse files
committed
fix(workflowengine): remove non existing script loading
- resolves #59385 The script does not exist anymore, so remove it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b6b24ab commit a209223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class LoadAdditionalSettingsScriptsListener implements IEventListener {
2020
public function handle(Event $event): void {
2121
Util::addScript('core', 'files_fileinfo');
2222
Util::addScript('core', 'files_client');
23-
Util::addScript('core', 'systemtags');
2423
Util::addScript(Application::APP_ID, 'workflowengine');
2524
}
2625
}

0 commit comments

Comments
 (0)