Bug 967407 - REST access /rest/categories/{categoryPath}/assets//page/{page} returns with wrong pagenation
Summary: REST access /rest/categories/{categoryPath}/assets//page/{page} returns with ...
Keywords:
Status: NEW
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: BRM (Guvnor)
Version: BRMS 5.3.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Mark Proctor
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-27 04:37 UTC by Toshiya Kobayashi
Modified: 2023-05-01 08:27 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 967415 (view as bug list)
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker GUVNOR-2015 0 Major Resolved REST access /rest/categories/{categoryPath}/assets/page/{page} returns with wrong pagination 2016-04-28 10:58:16 UTC

Description Toshiya Kobayashi 2013-05-27 04:37:45 UTC
Description of problem:

Platform BZ for https://issues.jboss.org/browse/GUVNOR-2015


Steps to Reproduce:
1. See GUVNOR-2015 for details

Actual results:

REST access returns with

(page/0) -> 10 rules ("r01" - "r10")
(page/1) -> 10 rules ("r02" - "r11")
(page/2) -> 10 rules ("r03" - "r11")

Expected results:

(page/0) -> 10 rules ("r01" - "r10")
(page/1) -> 1 rule ("r11")
(page/2) -> nothing

Additional info:

Comment 1 Toshiya Kobayashi 2013-05-27 04:40:59 UTC
sorry,

> Actual results:
> ...
> (page/2) -> 10 rules ("r03" - "r11")

is 

(page/2) -> 9 rules ("r03" - "r11")

Comment 2 Jervis Liu 2013-08-20 09:14:54 UTC
this is not 6.0 related

Comment 4 JBoss JIRA Server 2013-11-18 11:09:28 UTC
Toni Rikkola <toni> updated the status of jira GUVNOR-2015 to Resolved


Note You need to log in before you can comment on or make changes to this bug.