aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-01 18:09:22 +0200
committerJoas Schilling <coding@schilljs.com>2016-08-01 18:09:22 +0200
commit7c1560d7870aafcdc8a93c5e12af4360a1ad6b71 (patch)
tree7f690f614f3160ab6c8391424e0acc86888f18e7 /apps/workflowengine/js
parent6aa5d674d63db69367c97e7241e7d1575ef82690 (diff)
downloadnextcloud-server-7c1560d7870aafcdc8a93c5e12af4360a1ad6b71.tar.gz
nextcloud-server-7c1560d7870aafcdc8a93c5e12af4360a1ad6b71.zip
Tags need to be loaded before
Diffstat (limited to 'apps/workflowengine/js')
-rw-r--r--apps/workflowengine/js/filesystemtagsplugin.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/workflowengine/js/filesystemtagsplugin.js b/apps/workflowengine/js/filesystemtagsplugin.js
index 026345571e7..684b854f68a 100644
--- a/apps/workflowengine/js/filesystemtagsplugin.js
+++ b/apps/workflowengine/js/filesystemtagsplugin.js
@@ -26,11 +26,6 @@
OCA.WorkflowEngine.Plugins.FileSystemTagsPlugin = {
getCheck: function() {
this.collection = OC.SystemTags.collection;
- this.collection.fetch({
- success: function() {
- console.log('done loading tags');
- }
- });
return {
'class': 'OCA\\WorkflowEngine\\Check\\FileSystemTags',