comment alert

This commit is contained in:
Peter Maquiran
2024-03-14 09:50:06 +01:00
parent 5ef7e763eb
commit dcbde5ab97
+4 -1
View File
@@ -612,7 +612,7 @@ export class AgendaPage implements OnInit {
this.loadRangeEventRun(startTime, endTime)
} else {
// alert('other')
}
}
@@ -679,6 +679,7 @@ export class AgendaPage implements OnInit {
this.myCal.update();
this.myCal.loadEvents();
this.listToPresent = this.CalendarStore.getEventsByCalendarIds(selectedCalendarIds)
this.updateEventListBox()
})
}
@@ -1138,6 +1139,8 @@ export class AgendaPage implements OnInit {
reloadCalendar() {
//
this.loadRangeEvents(this.rangeStartDate, this.rangeEndDate);
this.onCurrentChanged(new Date(this.timelineDate))
}
async EventToApproveGoBack() {