This commit is contained in:
Peter Maquiran
2022-05-06 15:56:18 +01:00
18 changed files with 102 additions and 41 deletions
+2
View File
@@ -138,6 +138,8 @@ export class ProfilePage implements OnInit {
notificatinsRoutes = (index, Service, Object, IdObject, FolderId) => {
console.log(index, Service, Object, IdObject, FolderId)
if (Service === "agenda" && IdObject.length > 10) {
this.zone.run(() => this.router.navigate(['/home/agenda', IdObject, 'agenda']));
}