Skip to content

Problem: Fullwidth treeview doesn't load when treeview_items_per_page_max is increased

Current Behavior

Steps to reproduce the behavior

  1. As per AtoM documentations, for sites with very large hierarchies that wants to set the initial page load value higher than 10,000 records, a system administrator can modify this max value in the configuration file found at config/app.yml. Look for the following line in the file: treeview_items_per_page_max: 10000
  2. Go to Admin > Settings > Treeview, under Full-width, increase the Items per page to match the value updated in config/app.yml
  3. Clear application cache, populate index, and restart PHP-fpm
  4. Go to a description
  5. Note that the treeview will not load, irregardless of the number of items in the treeview

Expected Behavior

Treeview should load

Version used

AtoM 2.10