This commit is contained in:
Peter Maquiran
2021-10-18 16:20:51 +01:00
parent 1e34d58b2c
commit 4174471f39
4 changed files with 14 additions and 34 deletions
@@ -109,6 +109,8 @@ export class DespachoPrPage implements OnInit {
"activityInstanceName": res.activityInstanceName,
}
this.fulltask = res;
console.log(this.task);
console.log('GetTask', res);
@@ -110,6 +110,9 @@ export class ExpedientTaskModalPage implements OnInit {
this.loggeduser = userAuth.ValidatedUser;
this.task = this.navParams.get('task');
console.log('create dispatch with this data', this.task);
this.SearchFolder = this.navParams.get('SearchFolder');
this.aplicationId = this.navParams.get('aplicationId')