mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
remove uunsed
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { EventsService } from 'src/app/services/events.service';
|
||||
import { RoleIdService } from 'src/app/services/role-id.service'
|
||||
import { TableSharedCalendar } from './data/data-source/agenda-local-data-source.service';
|
||||
@Injectable({
|
||||
@@ -7,24 +6,10 @@ import { TableSharedCalendar } from './data/data-source/agenda-local-data-source
|
||||
})
|
||||
export class Utils {
|
||||
constructor(
|
||||
public eventService: EventsService,
|
||||
public RoleIdService: RoleIdService,
|
||||
) { }
|
||||
|
||||
|
||||
// selectedCalendarUserId(CalendarName, postEvent) {
|
||||
|
||||
// if (this.eventService.calendarNamesType[CalendarName]?.['Oficial'] && postEvent.CalendarName == 'Oficial') {
|
||||
// return this.eventService.calendarNamesType[CalendarName]['OwnerId']
|
||||
|
||||
// } else if (this.eventService.calendarNamesType[CalendarName]?.['Pessoal'] && postEvent.CalendarName == 'Pessoal') {
|
||||
|
||||
// return this.eventService.calendarNamesType[CalendarName]['OwnerId']
|
||||
|
||||
// } else {
|
||||
// return '11:11'
|
||||
// }
|
||||
// }
|
||||
|
||||
selectedCalendarOwner(roleDescription) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user