You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Wai (JIRA)" <ji...@apache.org> on 2016/11/05 20:59:59 UTC

[jira] [Created] (OFBIZ-9112) form field

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)