mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
comment alert
This commit is contained in:
@@ -612,7 +612,7 @@ export class AgendaPage implements OnInit {
|
|||||||
|
|
||||||
this.loadRangeEventRun(startTime, endTime)
|
this.loadRangeEventRun(startTime, endTime)
|
||||||
} else {
|
} else {
|
||||||
|
// alert('other')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -679,6 +679,7 @@ export class AgendaPage implements OnInit {
|
|||||||
|
|
||||||
this.myCal.update();
|
this.myCal.update();
|
||||||
this.myCal.loadEvents();
|
this.myCal.loadEvents();
|
||||||
|
this.listToPresent = this.CalendarStore.getEventsByCalendarIds(selectedCalendarIds)
|
||||||
this.updateEventListBox()
|
this.updateEventListBox()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -1138,6 +1139,8 @@ export class AgendaPage implements OnInit {
|
|||||||
reloadCalendar() {
|
reloadCalendar() {
|
||||||
//
|
//
|
||||||
this.loadRangeEvents(this.rangeStartDate, this.rangeEndDate);
|
this.loadRangeEvents(this.rangeStartDate, this.rangeEndDate);
|
||||||
|
|
||||||
|
this.onCurrentChanged(new Date(this.timelineDate))
|
||||||
}
|
}
|
||||||
|
|
||||||
async EventToApproveGoBack() {
|
async EventToApproveGoBack() {
|
||||||
|
|||||||
Reference in New Issue
Block a user