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 browsing large folders with selectableTypes constraint #1437

Merged
merged 3 commits into from
Feb 19, 2025
Merged

Conversation

petschki
Copy link
Member

fixes #1436

Solution

We now only query for selectableTypes inside a folder ... additionally there's a new browseableTypes (default: ["Folder"]) pattern option which can be configured to enable browsing subitems while constraining selectable types.

This also makes browsing much faster with activated selectable types...

@petschki petschki merged commit ee76f94 into master Feb 19, 2025
3 checks passed
@petschki petschki deleted the issue-1436 branch February 19, 2025 14:47
@petschki
Copy link
Member Author

petschki commented Feb 19, 2025

Just a note for the inPath check:

if you had folders like:

/media/images
/media/images-old

both were marked as selected, when you clicked "images-old" ... this is now fixed.

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.

pat-contentbrowser browsing large folders with selectableTypes constraint is broken
1 participant