This commit is contained in:
Peter Maquiran
2023-06-10 15:58:45 +01:00
parent 2f6588c164
commit ffa1f34b4c
39 changed files with 128 additions and 281 deletions
@@ -71,7 +71,6 @@ export class ApproveEventModalPage implements OnInit {
}
close(){
/* this.router.navigate(['/home/gabinete-digital/event-list']); */
this.modalController.dismiss(null);
}
@@ -95,16 +95,6 @@ export class ApproveEventPage implements OnInit {
goBack() {
this.RouteService.goBack();
/* let navigationExtras: NavigationExtras = {
queryParams: {
"eventos": true,
}
};
if( window.innerWidth < 801) {
this.router.navigate(['/home',this.caller, 'event-list']);
} else {
this.router.navigate(['/home/gabinete-digital'], navigationExtras);
} */
}
@@ -31,15 +31,15 @@
</mat-option>
<mat-option value="Novos" >
Novos
Novas
</mat-option>
<mat-option value="Lidos" >
Lidos
Lidas
</mat-option>
<mat-option value="Não Lidos" >
Não lidos
Não lidas
</mat-option>
@@ -49,7 +49,7 @@
</mat-option>
<mat-option value="Todos" >
Todos
Todas
</mat-option>
</mat-select>