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

Special case: two contentlistings with two filtertiles filtering the same index #152

Open
petschki opened this issue Dec 16, 2021 · 0 comments
Labels

Comments

@petschki
Copy link
Member

I have a usecase with two contentlisting tiles on one page: Newslist and Eventlist.
Each Listing has a filter tile with the same index assigned.

What I expect:
The selected filter value should be set only for the actual filter tile

What you get:
Both filter tiles are set to the selected value

Why?
Obviously the same request parameter.

Solution:
This might be an edgyedgecase but it could be solved by combining the content_selector value somehow into the request parameter to figure out which filter tile was changed. I might wrap my head around this soon.

Example:
See in action here: https://www.vorderland.com

@petschki petschki added the bug label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant