Pimcore: [UI] Add setting for number of items in tree before pagination

Created on 6 Jul 2016  路  4Comments  路  Source: pimcore/pimcore

Feature Request

Feature description

I'd like to request something similar to the forum topic here: https://www.pimcore.org/board/viewtopic.php?f=22&t=740

It'd be great to have an option (inside a config file would be enough) to set the number of items in the navigation tree. It's quite annoying to have pages instead of scrolling the tree in many cases. We'll scroll anyway in most cases.
It could be a nice addition to the possibilities given with Custom Views so there could be specific settings for documents, assets or certain object folders.

Approved Improvement

Most helpful comment

Config for this would be nice

All 4 comments

Config for this would be nice

:+1:

Also introduced new default limits:
Assets: 100
Documents: 50
Objects: 30

Available config options:

pimcore: 
    assets: 
        tree_paging_limit: 100
    documents: 
        tree_paging_limit: 100
    objects: 
        tree_paging_limit: 100
Was this page helpful?
0 / 5 - 0 ratings