[jira] [Created] (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] [Created] (OFBIZ-11676) drop-down field not work when in a compound-widget file

Nicolas Malin (Jira)
Olivier Heintz created OFBIZ-11676:
--------------------------------------

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