mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
improve
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user