Skip to content

Commit

Permalink
Merge pull request #6314 from solth/3-8-reset-process-count
Browse files Browse the repository at this point in the history
[3.8] Update hit count when removing filter on process list page
  • Loading branch information
solth authored Dec 2, 2024
2 parents c2adf5f + bbe7e56 commit 27cc48a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<p:remoteCommand name="removeFilter"
action="#{ProcessForm.filterMenu.removeFilter}"
oncomplete="setFilterInputPadding()"
update="processesTabView:processesForm:processesTable parsedFiltersForm:parsedFilters"/>
update="processesTabView:processesForm:processesTable
parsedFiltersForm:parsedFilters
processCount"/>
<p:remoteCommand name="updateSuggestions"
action="#{ProcessForm.filterMenu.updateSuggestions}"
update="filterOptionsForm:suggestions"/>
Expand Down Expand Up @@ -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"/>
</p:dataList>
</h:form>
<h:form id="filterOptionsForm">
Expand Down

0 comments on commit 27cc48a

Please sign in to comment.