This commit is contained in:
Peter Maquiran
2023-02-08 16:26:52 +01:00
parent 8459f61150
commit 69a3dc9f81
3 changed files with 13 additions and 8 deletions
+4
View File
@@ -202,6 +202,7 @@ export class AgendaPage implements OnInit {
this.listToPresent = []
})
if (this.loggeduser.Profile == 'MDGPR') {
@@ -233,6 +234,9 @@ export class AgendaPage implements OnInit {
window['year'] = this.changeYear
console.log('SessionStore.user', SessionStore.user)
}
tigerUpdate() {
+2 -1
View File
@@ -259,7 +259,7 @@ export class EventsService {
this.calendarNamesType[e.FullName][sharedCalendar.CalendarName] = true
this.calendarNamesType[e.FullName][sharedCalendar.CalendarName+'Id'] = sharedCalendar.CalendarId
this.calendarNamesType[e.FullName][sharedCalendar.CalendarName+'RoleId'] = sharedCalendar.CalendarRoleId
})
}
@@ -277,6 +277,7 @@ export class EventsService {
this.calendarNamesType['Meu calendario'][sharedCalendar.CalendarName] = true
this.calendarNamesType['Meu calendario'][sharedCalendar.CalendarName+'Id'] = sharedCalendar.CalendarId
this.calendarNamesType['Meu calendario'][sharedCalendar.CalendarName+'RoleId'] = sharedCalendar.CalendarRoleId
}