feature/gabinete-search

This commit is contained in:
Peter Maquiran
2023-05-26 14:23:37 +01:00
parent 0b3ffa3ea7
commit b2da8463b4
56 changed files with 98 additions and 186 deletions
+1 -12
View File
@@ -238,14 +238,6 @@ export class AgendaPage implements OnInit {
this.tigerUpdate()
window['year'] = this.changeYear
console.log('SessionStore.user', SessionStore.user)
setTimeout(() =>{
console.log(this.TimelineMDList);
}, 500)
}
@@ -541,7 +533,7 @@ export class AgendaPage implements OnInit {
this.loadRangeEventRun(startTime, endTime)
} else {
// console.log('dont call')
}
}
@@ -587,9 +579,6 @@ export class AgendaPage implements OnInit {
label = "pr"
}
console.log('label', label)
// this.addEventToDB(response, label);
let eventsList = response;
this.CalendarStore.removeRangeForCalendar(startTime, endTime, label, selectedCalendar.CalendarId)
this.CalendarStore.pushEvent(eventsList, label);