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

Commits on Jun 17, 2020

  1. Increase treeview items per page max, refs #13320

    - 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
    djjuhasz committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    c53d257 View commit details
    Browse the repository at this point in the history