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
@@ -28,6 +28,7 @@ export class RequestOptionsPage implements OnInit {
serialNumber : string;
showEnviarPendentes = false;
taskActions = [];
isDelegated: boolean;
constructor(
private popoverController: PopoverController,
@@ -44,6 +45,7 @@ export class RequestOptionsPage implements OnInit {
this.fulltask = this.navParams.get('fulltask');
this.serialNumber = this.navParams.get('serialNumber');
this.taskActions = this.navParams.get('actions');
this.isDelegated = this.fulltask.isDelegated;
this.activatedRoute.queryParams.subscribe(params => {
if(params["serialNumber"]) {