mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
comment alert
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user