change the goback button in page view-event

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-30 11:43:49 +01:00
parent e73b35e9c5
commit 4339ac90c4
4 changed files with 708 additions and 32938 deletions
+701 -32935
View File
File diff suppressed because it is too large Load Diff
@@ -166,7 +166,11 @@ export class ViewEventPage implements OnInit {
window.history.back();
}
else {
this.router.navigate(['/home/agenda']);
setTimeout(() => {
this.router.navigate(['/home', params["params"].caller]);
}, 30);
}
});
}
+1 -1
View File
@@ -60,7 +60,7 @@
<ion-list>
<ion-item class="item-hover cursor-pointer" lines="none" *ngFor="let event of listToPresent"
(click)="openEventDetail(event.EventId)"
(click)="goToEvent(event.EventId)"
>
<div class="d-flex content-{{loggeduser.Profile}}-{{event.CalendarName}}">
+1 -1
View File
@@ -513,7 +513,7 @@ export class EventsPage implements OnInit {
}
goToEvent(eventId: any) {
this.router.navigate(['/home/events/detalhes', eventId, 'events']);
this.router.navigate(['/home/events', eventId, 'events']);
}
goToExpediente(SerialNumber: any) {