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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

ASF subversion and git services commented on OFBIZ-11676:
---------------------------------------------------------

Commit 6e845ccfc4fe056e4e8cf2e54af9d47478d54ffa in ofbiz-framework's branch refs/heads/release18.12 from Olivier Heintz
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=6e845cc ]

Fixed: drop-down field not work when in a compound-widget file (OFBIZ-11676)

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. getName() is change to getLocalName()


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