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

Increase treeview items per page max, refs #13320 #1126

Merged
merged 1 commit into from Jun 17, 2020

Conversation

djjuhasz
Copy link
Member

  • Add config/app.yml variable for maximum allowed "items per page" value
    for the fullwidth treeview with a default value of 10 000
  • Use the "treeview_items_per_page_max" config variable for the treeview
    settings page help text and form validation
  • Use the symfony number_format() function to localize digit grouping
  • If "treeview_items_per_page_max" var is not set, default to a max of 10 000

- Add config/app.yml variable for maximum allowed "items per page" value
  for the fullwidth treeview with a default value of 10 000
- Use the "treeview_items_per_page_max" config variable for the treeview
  settings page help text and form validation
- Use the symfony number_format() function to localize digit grouping
- If "treeview_items_per_page_max" var is not set, default to a max of 10 000
Copy link
Contributor

@jraddaoui jraddaoui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@qubot qubot merged commit c53d257 into qa/2.6.x Jun 17, 2020
@qubot qubot deleted the dev/issue-13320-increase-treeview-page-limit branch June 17, 2020 18:58
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.

None yet

3 participants