Skip to content

Commit

Permalink
Merge pull request kitodo#6082 from effective-webwork/user-project-li…
Browse files Browse the repository at this point in the history
…st-sortable-by-client

Make user project list sortable by client
  • Loading branch information
solth authored Aug 9, 2024
2 parents e0fa766 + cb46862 commit 37bf53d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<p:column headerText="#{msgs.projectList}" sortBy="#{item.title}">
<h:outputText value="#{item.title}"/>
</p:column>
<p:column headerText="#{msgs.client}">
<p:column headerText="#{msgs.client}" sortBy="#{item.client.name}">
<h:outputText value="#{item.client.name}"/>
</p:column>
<p:column styleClass="actionsColumn" headerText="#{msgs.actions}">
Expand Down

0 comments on commit 37bf53d

Please sign in to comment.