mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
fixe error
This commit is contained in:
@@ -936,7 +936,7 @@ export class AgendaPage implements OnInit {
|
||||
}
|
||||
|
||||
// change header profile picture
|
||||
window['header'](this.profile);
|
||||
// window['header'](this.profile);
|
||||
|
||||
}
|
||||
|
||||
@@ -981,13 +981,13 @@ export class AgendaPage implements OnInit {
|
||||
let postEvent: Event = data;
|
||||
if (postEvent.Subject != null)
|
||||
{
|
||||
this.eventSource.push({
|
||||
title: postEvent.Subject,
|
||||
startTime: new Date(postEvent.StartDate),
|
||||
endTime: new Date(postEvent.EndDate),
|
||||
allDay: false,
|
||||
event: postEvent
|
||||
});
|
||||
// this.eventSource.push({
|
||||
// title: postEvent.Subject,
|
||||
// startTime: new Date(postEvent.StartDate),
|
||||
// endTime: new Date(postEvent.EndDate),
|
||||
// allDay: false,
|
||||
// event: postEvent
|
||||
// });
|
||||
this.myCal.update();
|
||||
this.myCal.loadEvents();
|
||||
this.loadRangeEvents(this.rangeStartDate, this.rangeEndDate);
|
||||
|
||||
Reference in New Issue
Block a user