This commit is contained in:
Peter Maquiran
2022-09-30 16:55:09 +01:00
parent 598a145ad4
commit a226f722aa
3 changed files with 35 additions and 30 deletions
@@ -51,10 +51,13 @@ export class NewGroupPage implements OnInit{
ngOnInit() {
this.task = this.dataService.get("task");
this.groupName = this.task.Folio;
this.documents = this.dataService.get("documents");
console.log(this.dataService.data);
this.dataService.set("newGroup", false);
if(this.task) {
this.groupName = this.task.Folio;
this.documents = this.dataService.get("documents");
console.log(this.dataService.data);
this.dataService.set("newGroup", false);
}
}
_ionChange(event) {