mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-22 05:08:32 +00:00
quick fix for returning libraries
This commit is contained in:
parent
46c81fd7d0
commit
760864131b
@ -199,7 +199,9 @@ export class WorkflowSpecListComponent implements OnInit {
|
||||
references.push(wfs.id);
|
||||
}
|
||||
});
|
||||
return false; // and later return and deal with references
|
||||
if (references.length > 0) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user