add filter

This commit is contained in:
Peter Maquiran
2023-08-28 16:33:55 +01:00
parent 416b448516
commit 539a36f41f
2 changed files with 8 additions and 10 deletions
@@ -87,9 +87,7 @@ export class EventoaprovacaoStoreService {
this._list[segment] = []
this._counts[segment] = 0
}
value = value.filter((e)=> new Date(e.workflowInstanceDataFields.StartDate).getTime() >= new Date().getTime())
value = value.filter(e => e.activityInstanceName != 'Comunicar Evento')
value = value.map( e => this.EventoApprovePipe.transform(e, e))
File diff suppressed because one or more lines are too long