[
https://issues.apache.org/jira/browse/OFBIZ-11708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119447#comment-17119447 ]
ASF subversion and git services commented on OFBIZ-11708:
---------------------------------------------------------
Commit 097db39ee03905fe502180d9a0dc3bf635b546e6 in ofbiz-framework's branch refs/heads/trunk from Olivier Heintz
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=097db39 ]
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
> 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)