- Issue created by @kpaxman
- Status changed to Needs review
4 months ago 9:22pm 6 January 2025 - Merge request !20Prevent group (make collapsible) access too when there are no options. → (Open) created by kpaxman
- 🇨🇦Canada kpaxman
We have found one case with this patch where there is still an issue; we are looking to see if we can figure it out.
If you have a listing page for a content type that uses taxonomy terms, and a better exposed filter on the term, with "show only used items" and "hide filter if no options" enabled:
- when the content type has no content whatsoever, the filter is successfully hidden
- when the content type has content, and there are no taxonomy terms defined yet, the filter is shown, even though it shouldn't be
If you create a taxonomy term, even if you don't use it in the content, the filter works again.
- 🇨🇦Canada kpaxman
I've updated the branch/MR to hide the group if there are no terms whatsoever.