mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Filter on event to aprove web solved
This commit is contained in:
@@ -155,7 +155,7 @@ export class EventListPage implements OnInit {
|
||||
this.skeletonLoader = true
|
||||
|
||||
|
||||
if (this.segment == 'MDGPR') {
|
||||
if (this.segment != 'PR') {
|
||||
let mdEventsOficial = await this.processes.GetTasksList('Agenda Oficial MDGPR', false).toPromise();
|
||||
let mdEventsPessoal = await this.processes.GetTasksList('Agenda Pessoal MDGPR', false).toPromise();
|
||||
this.eventsMDGPRList = mdEventsOficial.concat(mdEventsPessoal);
|
||||
|
||||
Reference in New Issue
Block a user