Tags need to be loaded before
This commit is contained in:
parent
cc719c9bb7
commit
c12c083eba
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue