mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
add delegate verification finish
This commit is contained in:
@@ -22,6 +22,7 @@ export class DiplomasGerarOptionsPage implements OnInit {
|
||||
task: customTask
|
||||
fulltask: fullTask;
|
||||
serialNumber: string;
|
||||
isDelegated: boolean
|
||||
|
||||
constructor(
|
||||
private processes: ProcessesService,
|
||||
@@ -40,6 +41,7 @@ export class DiplomasGerarOptionsPage implements OnInit {
|
||||
this.task = this.navParams.get('task')
|
||||
this.fulltask = this.navParams.get('fulltask')
|
||||
this.serialNumber = this.navParams.get('serialNumber')
|
||||
this.isDelegated = this.fulltask.isDelegated;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user