Skip to content
Snippets Groups Projects
Commit 1fe32096 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #13671 TIME 0:15 fix remove visa workflow in entities list

parent 5a780e3c
No related branches found
No related tags found
No related merge requests found
...@@ -588,7 +588,7 @@ export class EntitiesAdministrationComponent implements OnInit { ...@@ -588,7 +588,7 @@ export class EntitiesAdministrationComponent implements OnInit {
}; };
}) })
}; };
if (!this.appVisaWorkflow.isValidWorkflow()) { if (!this.appVisaWorkflow.isValidWorkflow() && !this.functions.empty(newDiffList.items)) {
this.notify.error(this.appVisaWorkflow.getError()); this.notify.error(this.appVisaWorkflow.getError());
} else { } else {
if (this.functions.empty(newDiffList.items)) { if (this.functions.empty(newDiffList.items)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment