Merge branch 'feature/calendar' of https://bitbucket.org/equilibriumito/gabinete-digital into developer-c

This commit is contained in:
tiago.kayaya
2021-02-25 10:55:12 +01:00
22 changed files with 538 additions and 142 deletions
+3 -3
View File
@@ -65,9 +65,9 @@ export class EventsPage implements OnInit {
private storageService:StorageService,
public activatedRoute: ActivatedRoute,
private alertController: AlertService,
private modalController: ModalController,
private authService: AuthService,
private processes:ProcessesService) {
private processes:ProcessesService,
private modalController:ModalController) {
this.prEventList = null;
// list
@@ -317,7 +317,7 @@ export class EventsPage implements OnInit {
}
}