Skip to content

Commit

Permalink
added option to translate dropdown values
Browse files Browse the repository at this point in the history
  • Loading branch information
rsehr committed Jan 17, 2025
1 parent 1162fce commit 323e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-gui/src/main/webapp/tags/io/goobi/dropdown.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<f:selectItem
itemValue=""
itemLabel="#{msgs.bitteAuswaehlen}" />
<f:selectItems value="#{selectItems}" />
<f:selectItems value="#{selectItems}" var="item" itemLabel="#{msgs[item]}" itemValue="#{item}" />
<f:ajax
event="change"
execute="@this"
Expand Down

0 comments on commit 323e0fb

Please sign in to comment.