Tags need to be loaded before

This commit is contained in:
Joas Schilling 2016-08-01 18:09:22 +02:00
parent cc719c9bb7
commit c12c083eba
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 0 additions and 5 deletions

View File

@ -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',