From notifications-return-35031-apmail-ofbiz-notifications-archive=ofbiz.apache.org@ofbiz.apache.org Sat May 23 07:48:02 2020 Return-Path: X-Original-To: apmail-ofbiz-notifications-archive@minotaur.apache.org Delivered-To: apmail-ofbiz-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 21FBB1970A for ; Sat, 23 May 2020 07:48:02 +0000 (UTC) Received: (qmail 51234 invoked by uid 500); 23 May 2020 07:48:01 -0000 Delivered-To: apmail-ofbiz-notifications-archive@ofbiz.apache.org Received: (qmail 51219 invoked by uid 500); 23 May 2020 07:48:01 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 51210 invoked by uid 99); 23 May 2020 07:48:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2020 07:48:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8FC09E0289 for ; Sat, 23 May 2020 07:48:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 0F9637802E5 for ; Sat, 23 May 2020 07:48:00 +0000 (UTC) Date: Sat, 23 May 2020 07:48:00 +0000 (UTC) From: "Ankit Joshi (Jira)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (OFBIZ-11356) FindOrders.ftl: paginateOrderList does not find orders on next page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OFBIZ-11356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Joshi updated OFBIZ-11356: -------------------------------- Attachment: OFBIZ-11356.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: Ankit Joshi > 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)