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

DynamicRawIDFilter list filter value removed after search #109

Open
marlonmp opened this issue Sep 18, 2024 · 0 comments
Open

DynamicRawIDFilter list filter value removed after search #109

marlonmp opened this issue Sep 18, 2024 · 0 comments
Assignees

Comments

@marlonmp
Copy link

Hey fellas.

I was trying this library to filter using the dynamic raw id filer and I found out some issues with this filter.

When filter, the value appears in the url parameters, and the filter is applied well in the queryset

image

But the filter value changes to blank

image

I expected the id to appear in the input value.

And the "Clear all filters" button is missing

image

I expected something like this

image

Another issue is when I apply another raw id filter, the previous filter is overriten

For example, I have this filter

image

And when I search by another filter

image

The previous query param is overriten

image

I'm using Django 4.0.7 and django-dynamic-raw-id 4.3

Are this issues bugs? or maybe is some configuratino that I'm not setting?

I thank you in advance for your help :D

@bartTC bartTC self-assigned this Sep 20, 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

2 participants