add new features

This commit is contained in:
Peter Maquiran
2023-05-24 14:26:54 +01:00
parent 033a6c331c
commit 11d9e22f11
61 changed files with 777 additions and 1509 deletions
@@ -46,6 +46,7 @@ export class PendentesPage implements OnInit {
searchSubject = ''
list = []
ordinance: string = 'old'
headerName = "Pendentes"
constructor(
private processes: ProcessesService,
@@ -99,6 +100,11 @@ export class PendentesPage implements OnInit {
this.dynamicSearch();
}
changeFilterName(filterName) {
this.filterName = filterName
}
async dynamicSearch() {
if(this.showSearch && this.searchSubject) {