mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
add delegate verification finish
This commit is contained in:
@@ -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"]) {
|
||||
|
||||
Reference in New Issue
Block a user