You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Arun Patidar (JIRA)" <ji...@apache.org> on 2016/06/21 14:35:58 UTC

[jira] [Comment Edited] (OFBIZ-7020) Page navigation problem with grid and include-grid

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

Arun Patidar edited comment on OFBIZ-7020 at 6/21/16 2:35 PM:
--------------------------------------------------------------

I have added comment and committed patch in trunk at rev: 1749525
and in 15.12 at rev: 1749527

Thanks [~rohit.koushal] for your contribution.




was (Author: arunpati):
I have add comment and committed patch in trunk at rev: 1749525
and in 15.12 at rev: 1749527

Thanks [~rohit.koushal] for your contribution.



> Page navigation problem with grid and include-grid
> --------------------------------------------------
>
>                 Key: OFBIZ-7020
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7020
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk, Release Branch 15.12
>            Reporter: Montalbano Florian
>            Assignee: Arun Patidar
>            Priority: Minor
>              Labels: grid, include-grid, pagination
>             Fix For: Upcoming Branch, 15.12.01
>
>         Attachments: OFBIZ-7020.patch
>
>
> The bottom navigation buttons are not working correctly in pages with grid and include-grid.
> How to reproduce  :
> 1) Connect to OFBiz
> 2) Go to the Party component
> 3) Let all field blank and do a search
> 4) Scroll down and try to use the next result page button
> Result : The result page is still the same, the upper navigation bar shows "Page 1" and the bottom one "Page 2".
> Problem : With some help, I figured out where the problem is.
> The result of the search is displayed in a grid. But inside this grid can show up "include-grid" (the field User Login ID for example). Each time a grid is created, it calls the function "WidgetWorker.incrementPaginatorNumber(context);" which increments the paginator number by one.
> So when there are more than one grid (and include-grid) on a page, the paginator number is modified. This means that the upper navigation bar paginator number and the one from the bottom bar is not the same. 
> The bottom navigation bar is then set with wrong value and the URL put in each navigation button is corrupted, thus not correctly redirecting to the good page.
> If you look at the URL after clicking on the bottom next button, you will see the "bad" paginator number.
> I hope this can lead someone to a solution, I lack experiences on OFBiz to provide a patch on this issue.
> Thanks,
> Florian Montalbano



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)