mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
add filter
This commit is contained in:
@@ -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
Reference in New Issue
Block a user