[jira] [Commented] (OFBIZ-11356) FindOrders.ftl: paginateOrderList does not find orders on next page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11356) FindOrders.ftl: paginateOrderList does not find orders on next page

Nicolas Malin (Jira)

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

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

Commit 3a2a9df44b28b052c19efe905d2f84c781e87f96 in ofbiz-framework's branch refs/heads/trunk from Aditya Sharma
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=3a2a9df ]

Fixed: paginateOrderList does not find orders on next page specific to FindOrders.ftl
(OFBIZ-11356)
Adding the missing showAll flag in the paginateOrder form because of which the orders were not shown while submitting the next button.
Thanks Michael Brohl for reporting the issue and Ankit Joshi for providing the patch


> FindOrders.ftl: paginateOrderList does not find orders on next page
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-11356
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11356
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>            Reporter: Michael Brohl
>            Assignee: Aditya Sharma
>            Priority: Critical
>         Attachments: OFBIZ-11356.patch
>
>
> Steps to reproduce
>  # go to [https://localhost:8443/ordermgr/control/findorders]
>  # click "Search" -> 4 entries are displayed
>  # got to [https://localhost:8443/ordermgr/control/searchorders?viewSize=1] to manipulate the viewSize
>  # click "Search" again -> 1 entry is displayed
>  # click "Next" (javascript:paginateOrderList('1','1','Y') is triggered correctly)
>  # the result shows no entries



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