icons changes

This commit is contained in:
Peter Maquiran
2023-08-30 17:53:02 +01:00
parent f472d5ac0b
commit 64e463ab6f
7 changed files with 37 additions and 17 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ export class TaskService {
for(let calendar of this.eventService.calendarNamesAry) {
if(calendar == 'Meu calendario') {
// color
let genericEvents = await this.processesbackend.GetTasksList('Agendar Evento', false).toPromise();
let genericEvents = await this.processesbackend.eventsToApprove(SessionStore.user.UserId, false).toPromise();
let eventsList
try {
eventsList = genericEvents