This commit is contained in:
Peter Maquiran
2021-08-19 17:42:34 +01:00
parent 5de525a529
commit 9024230115
3 changed files with 36 additions and 24 deletions
@@ -101,6 +101,10 @@ export class CreateProcessPage implements OnInit {
this.loggeduser = userAuth.ValidatedUser;
this.task = this.navParams.get('task');
if (this.task.SerialNumber) {
this.task.serialNumber = this.task.SerialNumber
}
this.taskType = this.navParams.get('taskAction');