Skip to content

Update: pageSize now defaults to moqui configuration instead of User Preference#29

Open
puru-khedre wants to merge 1 commit intomainfrom
fix-page-size-issue
Open

Update: pageSize now defaults to moqui configuration instead of User Preference#29
puru-khedre wants to merge 1 commit intomainfrom
fix-page-size-issue

Conversation

@puru-khedre
Copy link

Problem

Passing pageSize in an API request or changing the view size on app screens was being saved as a user preference (screen.user.page.size). This caused unintended side effects — other screens or endpoints would fallback to this saved value even when pageSize wasn’t explicitly provided. This leads to confusing behavior, as users may not realize they’ve altered their default.

What’s Changed

  • Removed logic that saves and loads pageSize from user preferences.
  • Introduced a new default property in config: webapp_screen_page_size, used as the fallback when no pageSize is provided.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants