Skip to content

Domains doesn't list in the UI Search filter if the count is greater than 500 #7753

Description

@kiranchavala

ISSUE TYPE

  • BUG

COMPONENT NAME

UI

CLOUDSTACK VERSION

Cloudstack 4.18

SUMMARY

Domains doesn't list in the UI Search filter if the count is greater than 500

Steps to reproduce the issue

  1. Create about 510 domains

  2. Go To compute >instance > Search filter

  3. Try to search domains greater than

Screenshot attached

Screenshot 2023-07-19 at 1 14 33 PM

There is no issue with the listdomains api call, it works properly when pagesize is passed

https://cloudstack.apache.org/api/apidocs-4.18/apis/listDomains.html

The maximum pagesize is 500

(cmk) > list domains filter=name,state,path, pagesize=501 page=1
🙈 Error: (HTTP 431, error code 4350) Page size can't exceed max allowed page size value: 500

(cmk) > list domains filter=name,state,path, pagesize=500 page=2
{
"count": 521,
"domain": [

Actual behavior

Cloudstack ui doesn't display the domains > 500 in the search filter

Expected behavior

Cloudstack ui should display the domains > 500 in the search filter

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions