Skip to content
Snippets Groups Projects
Commit 8638585e authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

Merge branch 'fix/17951/checkPresenceSignatory' into 'develop'

FIX #17951 TIME 0:38 fix control of the number of signatories required if visa circuit by default

See merge request maarch/MaarchCourrier!339
parents e0019fbe 3778465f
No related branches found
No related tags found
No related merge requests found
...@@ -450,6 +450,7 @@ export class VisaWorkflowComponent implements OnInit { ...@@ -450,6 +450,7 @@ export class VisaWorkflowComponent implements OnInit {
); );
this.searchVisaSignUser.reset(); this.searchVisaSignUser.reset();
this.searchVisaSignUserInput.nativeElement.blur(); this.searchVisaSignUserInput.nativeElement.blur();
this.workflowUpdated.emit(this.visaWorkflow.items);
resolve(true); resolve(true);
}) })
).subscribe(); ).subscribe();
......
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