Skip to content

Commit

Permalink
Do not reset pagination panel when changing pagination type
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Feb 3, 2025
1 parent 8f9d1fc commit ac07c9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
var="type"
itemValue="#{type.key}"
itemLabel="#{HelperForm.getTranslated(type.value)}"/>
<p:ajax event="itemSelect" update="paginationForm:paginationWrapperPanel"/>
<p:ajax event="itemSelect"/>
</p:selectOneMenu>
</div>
<div>
Expand Down

0 comments on commit ac07c9c

Please sign in to comment.