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

Erwan de FERRIERES commented on OFBIZ-4487:
-------------------------------------------

Youssef,
I'm having a strange behaviour with your patch using 
{code}
            <field-group>
                <sort-field name="statusId"  position="2"/>
                <sort-field name="exampleTypeId"/>
            </field-group>
{code}

or using 

{code}
            <field-group>
                <sort-field name="exampleTypeId"/>
                <sort-field name="statusId"  position="2"/>
            </field-group>
{code}

this is not the same output generated. Could you review your code ?

Thanks
                
> enable definition for position on sortfield
> -------------------------------------------
>
>                 Key: OFBIZ-4487
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4487
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: youssef khaye
>         Attachments: sortFieldPosition-exampleForms.patch, 
> sortFieldPosition.patch
>
>
> in some cases, form extending another one, it may be convenient to be able to 
> define field position on the sort field element.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to