gravitee-io / issues

Gravitee.io - API Platform - Issues
65 stars 26 forks source link

Page Size Drop Down cannot exceed 100 #10145

Open exalate-issue-sync[bot] opened 3 weeks ago

exalate-issue-sync[bot] commented 3 weeks ago

Describe the bug :

describe-the-bug-

On the applications page, selecting 200 items per page causes an error and the applications are no longer visible until changing the items per page to 100 or less.

To Reproduce :

to-reproduce-

Steps to reproduce the behaviour:

  1. Go to 'Applications'.
  2. From the items per page drop down, select 200.
  3. An error message pops up stating that 'Page size should not be more than 100', and the applications are no longer visible.
  4. Change the items per page to a value 100 or less, and the applications become visible again.

Expected behaviour :

expected-behaviour-

Selecting 200 items per page should successfully display up to 200 applications on a page.

Current behaviour :

current-behaviour-

It is not possible to set the page size to 200 for applications, regardless of the number of applications.

Useful information :

useful-information-

Attachment - gravitee_UI_bug.png

{ "message" : "Page size should not be more than 100", "path" : "getApplicationsPaged.pageable.size", "details" : [

{ "message" : "Page size should not be more than 100", "location" : "size", "invalidValue" : 200 }

], "invalid_value" : 200}

Desktop :

desktop-

* Please see Zendesk Support tab for further comments and attachments.