Skip to content
Snippets Groups Projects
Commit a27347bd authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #18322 TIME 0:25 do not reset the workflow after checking/unchecking the...

FIX #18322 TIME 0:25 do not reset the workflow after checking/unchecking the integration of the main document
parent bb6ce703
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,9 @@ export class SendSignatureBookActionComponent implements AfterViewInit {
this.data.resource.integrations[integrationId] = !this.data.resource.integrations[integrationId];
await this.checkSignatureBook();
setTimeout(async () => {
await this.appVisaWorkflow.loadWorkflow(this.data.resIds[0]);
if (this.appVisaWorkflow.emptyWorkflow()) {
await this.appVisaWorkflow.loadWorkflow(this.data.resIds[0]);
}
this.loadWorkflowEntity();
if (!this.noResourceToProcess) {
this.checkWorkflowParameters(this.appVisaWorkflow.visaWorkflow.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