add delegate verification finish

This commit is contained in:
Eudes Inácio
2024-03-02 12:56:54 +01:00
parent 805825d3f5
commit 43ebfb381d
8 changed files with 18 additions and 8 deletions
@@ -26,6 +26,7 @@ export class DespachosOptionsPage implements OnInit {
fulltask: fullTask;
serialNumber: string;
environment = environment
isDelegated: boolean
constructor(
private processes: ProcessesService,
@@ -41,6 +42,8 @@ export class DespachosOptionsPage implements OnInit {
) {
this.task = this.navParams.get('task')
this.fulltask = this.navParams.get('fulltask')
console.log('is delegated ',this.fulltask.isDelegated )
this.isDelegated = this.fulltask.isDelegated;
this.serialNumber = this.task.SerialNumber