Skip to content

Fixed pagination and ordering in SQL searches. - #578

Merged
offtherailz merged 1 commit into
masterfrom
user-and-group-pagination-fix
Jul 24, 2026
Merged

Fixed pagination and ordering in SQL searches.#578
offtherailz merged 1 commit into
masterfrom
user-and-group-pagination-fix

Conversation

@axl8713

@axl8713 axl8713 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

These changes fixes the pagination regression for extJS user and userGroup retrieval endpoints.

Fixes #530 .

@axl8713
axl8713 requested a review from offtherailz July 23, 2026 16:52
@tdipisa tdipisa added this to the 2.7.0 milestone Jul 24, 2026
@offtherailz offtherailz modified the milestones: 2.7.0, 2.6.1 Jul 24, 2026
@offtherailz
offtherailz merged commit a787431 into master Jul 24, 2026
4 checks passed
@offtherailz

Copy link
Copy Markdown
Member

Created backport PR for 2.6.x:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-578-to-2.6.x
git worktree add --checkout .worktree/backport-578-to-2.6.x backport-578-to-2.6.x
cd .worktree/backport-578-to-2.6.x
git reset --hard HEAD^
git cherry-pick -x a787431bdd9446debc147b58865b2b8604abfd53
git push --force-with-lease

@offtherailz

Copy link
Copy Markdown
Member

@axl8713 I'd need to be backported on 2.6 to have it in mapstore 2026.02.01

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pagination on MS account manger

3 participants