[jira] [Commented] (OFBIZ-11708) sort-order (field) not works in CompoundWidgets 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-11708) sort-order (field) not works in CompoundWidgets file

Nicolas Malin (Jira)

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

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

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

fixed: sort-order (field) not works in CompoundWidgets file (OFBIZ-11708)

In a form, when <sort-order tag is used, the children analyze not works
because, getTagName() is used not the getLocalName(). getTagName()
return "wf:sort-field" when getLocalName return "sort-field".
So change getTagName() to getLocalName() for sort-order children


> sort-order (field) not works in CompoundWidgets file
> ----------------------------------------------------
>
>                 Key: OFBIZ-11708
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11708
>             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: OFBIZ-11708_0001-fixed-sort-order-field-not-works-in-CompoundWidgets.patch
>
>
> In a form, when <sort-order tag is used, the children analyze not works because, getTagName() is used not the getLocalName()
> getTagName() retun "wf:sort-field" when getLocalName return "sort-field"
>  



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