Skip to content

Commit

Permalink
Merge pull request #4622 from hmislk/Issue#4612
Browse files Browse the repository at this point in the history
Issue#4612
  • Loading branch information
Senula88 authored Apr 17, 2024
2 parents 9b67475 + cbaad1f commit bdc702f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0.20240417.1
3.0.0.20240417.7
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@

</f:facet>

<p:column headerText="Staff" >
<p:column headerText="Staff"
sortBy="#{i.staff.person.name}"
filterBy="#{i.staff.person.name}"
filterMatchMode="contains">
<f:facet name="header">
<h:outputLabel value="Staff"/>
</f:facet>
Expand Down

0 comments on commit bdc702f

Please sign in to comment.