-
I try to display a list of taxonomies with the following requirements:
The current usecase is a list of categories for a festival. Each event at the festival can have one or more category and each event is assign to an edition of the festival. I want to display all cats with at least one entry for the current edition. The following sniped should work in my eyes, but it doesn't.
The filter |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The only way I could make it work was to use a blade partial.
|
Beta Was this translation helpful? Give feedback.
The only way I could make it work was to use a blade partial.