From 7c1560d7870aafcdc8a93c5e12af4360a1ad6b71 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 1 Aug 2016 18:09:22 +0200 Subject: [PATCH] Tags need to be loaded before --- apps/workflowengine/js/filesystemtagsplugin.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/workflowengine/js/filesystemtagsplugin.js b/apps/workflowengine/js/filesystemtagsplugin.js index 026345571e..684b854f68 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',