You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/01/02 20:29:58 UTC

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

    [ https://issues.apache.org/jira/browse/OFBIZ-9112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793450#comment-15793450 ] 

Jacques Le Roux commented on OFBIZ-9112:
----------------------------------------

This has indeed been fixed recently, at least r1768811 and r1768629

> <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)