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

Issues with more than one LinkedAutoCompleteFilter with same parent #41

Open
GigiusB opened this issue Mar 21, 2024 · 0 comments
Open

Comments

@GigiusB
Copy link
Collaborator

GigiusB commented Mar 21, 2024

In demo example:

         LinkedAutoCompleteFilter.factory(title='Favourite Country')),
        ("favourite_city__region",
         LinkedAutoCompleteFilter.factory(title="Favourite Region", parent='favourite_city__region__country')),
        ("favourite_city",
         LinkedAutoCompleteFilter.factory(title="Favourite City", parent='favourite_city__region')),

If we add a filter like:
("favourite_city", LinkedAutoCompleteFilter.factory(title="Favourite City in Country", parent='favourite_city__region__country')),
it will not load the JS on it

@GigiusB GigiusB changed the title mIssues with more than one LinkedAutoCompleteFilter with same parent Issues with more than one LinkedAutoCompleteFilter with same parent Mar 21, 2024
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

No branches or pull requests

1 participant