From 3257ef99fe2eff40aff7d92cca0b026da410ca30 Mon Sep 17 00:00:00 2001 From: Arved Solth Date: Tue, 19 Nov 2024 15:18:33 +0100 Subject: [PATCH] Update hit count when removing filter on process list page --- .../WEB-INF/templates/includes/processes/filterMenu.xhtml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/filterMenu.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/filterMenu.xhtml index 260bc9f926c..bd40308d5fc 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/filterMenu.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/processes/filterMenu.xhtml @@ -19,7 +19,9 @@ + update="processesTabView:processesForm:processesTable + parsedFiltersForm:parsedFilters + processCount"/> @@ -60,7 +62,9 @@ icon="fa fa-times" action="#{ProcessForm.filterMenu.removeFilter(parsedFilter)}" oncomplete="setFilterInputPadding()" - update="processesTabView:processesForm:processesTable parsedFilters"/> + update="processesTabView:processesForm:processesTable + parsedFilters + processCount"/>