Skip to content

Pagination on MS account manger #530

Description

@offtherailz

Description

<URL>/mapstore/rest/geostore/extjs/search/users/*?start=0&limit=12
<URL>/mapstore/rest/geostore/extjs/search/users/*?start=12&limit=12
<URL>/mapstore/rest/geostore/extjs/search/users/*?start=24&limit=12

Returns the same values, no pagination looks to be applied

How to reproduce

  • (on mapstore)

    • login as admin
    • open user manager
    • browse users pages
  • (from rest API)

    • perform the requests in description

Expected Result

  • users returned are 12 (as inserted on limit parameter) and different

Current Result

  • user returned are all the same. Looking at the response the users are all retruned all the times, looks like start and limit parameters are ignored.

Affected versions

MapStore

  • (current master)
  • v2026.01.01-stable --> 2.5.0

Not affected version

  • 2025.02.03 looks NOT affected (tested on binary with clean database) --> 2.4.0

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions