continue work on opening chat from expediente

This commit is contained in:
tiago.kayaya
2021-12-10 10:32:49 +01:00
parent 89c3db663b
commit 3b34057559
10 changed files with 144 additions and 37 deletions
@@ -634,6 +634,9 @@ export class ExpedienteDetailPage implements OnInit {
}
openNewGroupPage() {
console.log(this.fulltask);
this.dataService.set("newGroup", true);
this.router.navigate(['/home/chat']);
this.dataService.set("newGroup", true);
@@ -644,6 +647,7 @@ export class ExpedienteDetailPage implements OnInit {
this.dataService.set("newGroup", true);
this.dataService.set("task", this.task);
this.dataService.set("newGroupName", this.task.Folio);
this.dataService.set("documents", this.fulltask.Documents);
}
}