change button description

This commit is contained in:
Peter Maquiran
2023-07-23 21:24:34 +01:00
parent 5dd9c24712
commit b0704c3978
7 changed files with 19 additions and 26 deletions
@@ -218,7 +218,6 @@ export class DiplomaOptionsPage implements OnInit {
},
}
const loader = this.toastService.loading()
try {
await this.processes.CompleteTask(body).toPromise()
@@ -229,9 +228,7 @@ export class DiplomaOptionsPage implements OnInit {
} else {
this.toastService._badRequest()
}
} finally {
loader.remove()
}
} finally {}
}
async AssinarNew(note, doc) {
@@ -247,8 +244,7 @@ export class DiplomaOptionsPage implements OnInit {
await this.processes.presidentialActionsSignature(body).toPromise()
await this.sign(note, doc)
this.TaskService.loadDiplomas()
this.popoverController.dismiss("")
this.close();
this.goBack();
} catch (error) {
this.httpErroHandle.httpStatusHandle(error)
}