mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
change button description
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
<div *ngIf="task" class="aside-right flex-column height-100 overflow-y-auto">
|
||||
<div class="buttons">
|
||||
<button (click)="AssinarDraft()" class="btn-cancel" shape="round" >Assinado</button>
|
||||
<button (click)="AssinarDraft()" class="btn-cancel" shape="round" >Assinar</button>
|
||||
<div class="solid"></div>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
|
||||
+2
-5
@@ -227,7 +227,6 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
},
|
||||
}
|
||||
|
||||
const loader = this.toastService.loading()
|
||||
|
||||
try {
|
||||
await this.processes.CompleteTask(body).toPromise()
|
||||
@@ -235,9 +234,7 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
} catch (error) {
|
||||
this.httpErroHandle.httpStatusHandle(error)
|
||||
}
|
||||
finally {
|
||||
loader.remove()
|
||||
}
|
||||
finally {}
|
||||
|
||||
}
|
||||
|
||||
@@ -251,7 +248,7 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
|
||||
const loader = this.toastService.loading()
|
||||
|
||||
|
||||
|
||||
try {
|
||||
await this.processes.presidentialActionsSignature(body).toPromise()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user