Bug 967415 - 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: CLOSED NOTABUG
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 5.x.x
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jervis Liu
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-27 04:47 UTC by Toshiya Kobayashi
Modified: 2018-12-01 14:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 967407
Environment:
Last Closed: 2013-07-30 11:32:36 UTC
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 2013-11-18 11:09:28 UTC

Description Toshiya Kobayashi 2013-05-27 04:47:43 UTC
+++ This bug was initially created as a clone of Bug #967407 +++

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) -> 9 rules ("r03" - "r11")

Expected results:

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

Comment 2 Jervis Liu 2013-07-30 11:16:56 UTC
This is not 6.0 relevant. 6.0 does not have REST api support for accessing assets or categories.

Comment 3 Lukáš Petrovický 2013-07-30 11:32:36 UTC
Thanks, closing.

Comment 4 JBoss JIRA Server 2013-11-18 11:09:31 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.