You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Olivier Heintz (Jira)" <ji...@apache.org> on 2020/05/29 09:38:00 UTC

[jira] [Updated] (OFBIZ-11676) drop-down field not work when in a compound-widget file

     [ https://issues.apache.org/jira/browse/OFBIZ-11676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Heintz updated OFBIZ-11676:
-----------------------------------
    Fix Version/s: Release Branch 18.12

> drop-down field not work when in a compound-widget file
> -------------------------------------------------------
>
>                 Key: OFBIZ-11676
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11676
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework/widget
>    Affects Versions: Trunk
>            Reporter: Olivier Heintz
>            Assignee: Olivier Heintz
>            Priority: Minor
>              Labels: framework, widget
>             Fix For: Release Branch 18.12, Trunk
>
>         Attachments: ModelFormField.java.patch
>
>
> When, in ModelFormField, FieldInfoWithOptions (which read xml file ) is call, test on tag name is done with getName() and not getLocalName() so none "option" is recognize when field is declare on a compound-widget file,
> This patch change getName to getLocalName
> [^ModelFormField.java.patch]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)