diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-01 18:09:22 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-01 18:09:22 +0200 |
commit | 7c1560d7870aafcdc8a93c5e12af4360a1ad6b71 (patch) | |
tree | 7f690f614f3160ab6c8391424e0acc86888f18e7 /apps/workflowengine/js | |
parent | 6aa5d674d63db69367c97e7241e7d1575ef82690 (diff) | |
download | nextcloud-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.js | 5 |
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', |