-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Type interface filter not working since 4.1.2 #17663
Comments
Can confirm that this is still present in 4.1.3 and seems to be a general issue with such filters on choice fields, as I just had it happen to me after upgrading from 4.1.1 with Pretty sure this is the change that broke it: #17574 |
I expected that change too when i was looking over the commits. Cant confirm as I'm mobile only for the next week |
@bctiemann I know you are still working on the PR, but I just applied your changes locally and can confirm that they resolve the issue I was having. |
…ing to a BooleanFilter (#17670) * Only remove extraneous attributes from extra if changing to a BooleanField * Add tests for MultipleChoiceField icontains and negation * Use enum in test consistently * Reorganize tests * Add __empty test to base filter lookup tests * Fix test name * Change var name for clarity
…ing to a BooleanFilter (#17670) * Only remove extraneous attributes from extra if changing to a BooleanField * Add tests for MultipleChoiceField icontains and negation * Use enum in test consistently * Reorganize tests * Add __empty test to base filter lookup tests * Fix test name * Change var name for clarity
…m extra if changing to a BooleanFilter (netbox-community#17670) * Only remove extraneous attributes from extra if changing to a BooleanField * Add tests for MultipleChoiceField icontains and negation * Use enum in test consistently * Reorganize tests * Add __empty test to base filter lookup tests * Fix test name * Change var name for clarity
Deployment Type
Self-hosted
NetBox Version
V4.1.2
Python Version
3.10
Steps to Reproduce
Example urls which fail
Expected Behavior
Api response to work (fails in swagger example too)
Observed Behavior
Example response
The text was updated successfully, but these errors were encountered: