Wai created OFBIZ-9112:
--------------------------
Summary: <drop-down> form field
Key: OFBIZ-9112
URL:
https://issues.apache.org/jira/browse/OFBIZ-9112 Project: OFBiz
Issue Type: Bug
Components: ALL APPLICATIONS
Affects Versions: Trunk
Reporter: Wai
I noticed that the <options> of <drop-down> is specified as follows.
<field ...>
<drop-down>
<option key="${uiLabelMap.CommonN}" description="N"/>
Shouldn't it be the reverse...
<option key="N" description="${uiLabelMap.CommonN}"/>
This occurrence is found in multiple form files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)