Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ux): stores: set a high number as pageLimit #1195

Merged
merged 1 commit into from
May 18, 2023

Conversation

ssiyad
Copy link
Contributor

@ssiyad ssiyad commented May 18, 2023

This is because frappe-ui defaults to pageLimit 20. This is undesirable for stores, since they need all entries. As a workaround, a pageLimit of 99999 is used.

This is because frappe-ui defaults to `pageLimit` 20. This is
undesirable for stores, since they need `all` entries. As a workaround,
a `pageLimit` of 99999 is used.
@ssiyad ssiyad added the bug-fix label May 18, 2023
@ssiyad ssiyad merged commit c8544b2 into frappe:main May 18, 2023
5 checks passed
@ssiyad ssiyad deleted the fix/ux/store_item_limit branch May 18, 2023 08:02
kurogeek pushed a commit to kurogeek/helpdesk that referenced this pull request May 25, 2023
This is because frappe-ui defaults to `pageLimit` 20. This is
undesirable for stores, since they need `all` entries. As a workaround,
a `pageLimit` of 99999 is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant