mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
fix change order and agenda list
This commit is contained in:
@@ -283,6 +283,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
|
||||
this.calendar.currentDate = new Date();
|
||||
//this.onCurrentChanged(new Date())
|
||||
|
||||
try {
|
||||
this.myCal.update();
|
||||
@@ -290,7 +291,7 @@ export class AgendaPage implements OnInit {
|
||||
this.onDropDownScrollWeal()
|
||||
} catch (e) { }
|
||||
|
||||
this.reloadCalendar();
|
||||
//this.reloadCalendar();
|
||||
this.updateEventListBox()
|
||||
|
||||
realoadCounter++;
|
||||
@@ -449,11 +450,6 @@ export class AgendaPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
onTimeSelected = (ev: { selectedTime: Date, events: any[] }) => {
|
||||
this.eventSelectedDate2 = ev.selectedTime;
|
||||
}
|
||||
|
||||
|
||||
currentMoth = {
|
||||
rangeStartDate: null,
|
||||
rangeEndDate: null
|
||||
|
||||
Reference in New Issue
Block a user