Skip to content
Snippets Groups Projects
Commit 4ba2ec3f authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FEAT #21541 TIME 0 change method name

parent f443b470
No related branches found
No related tags found
No related merge requests found
...@@ -47,11 +47,11 @@ export class ConfirmActionComponent implements OnInit { ...@@ -47,11 +47,11 @@ export class ConfirmActionComponent implements OnInit {
this.loading = true; this.loading = true;
this.checkConfirm(); this.checkConfirm();
} else { } else {
this.checkIndexingClose(); this.checkIndexingConfirm();
} }
} }
checkIndexingClose() { checkIndexingConfirm() {
this.http.get(`../rest/actions/${this.data.action.id}`).pipe( this.http.get(`../rest/actions/${this.data.action.id}`).pipe(
tap((data: any) => { tap((data: any) => {
this.fillRequiredFields = !this.functions.empty(data.action.parameters.fillRequiredFields) ? data.action.parameters.requiredFields : []; this.fillRequiredFields = !this.functions.empty(data.action.parameters.fillRequiredFields) ? data.action.parameters.requiredFields : [];
......
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