mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
change button description
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user