Skip to content

Commit

Permalink
Update hit count when removing filter on process list page
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Nov 19, 2024
1 parent 79d8f87 commit bbe7e56
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 bbe7e56

Please sign in to comment.