mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
add delegate verification finish
This commit is contained in:
@@ -29,6 +29,7 @@ export class DespachosPrOptionsPage implements OnInit {
|
||||
serialNumber: string;
|
||||
profile: string
|
||||
environment = environment
|
||||
isDelegated: boolean;
|
||||
|
||||
constructor(private activateRoute: ActivatedRoute,
|
||||
private processes: ProcessesService,
|
||||
@@ -45,6 +46,8 @@ export class DespachosPrOptionsPage implements OnInit {
|
||||
) { }
|
||||
|
||||
ngOnInit() {
|
||||
console.log('is delegated', this.fulltask.isDelegated)
|
||||
this.isDelegated = this.fulltask.isDelegated;
|
||||
|
||||
this.profile = "mdgpr";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user