-
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
Filtering device components per device role fails #16536
Comments
The cause seems to be that netbox/netbox/dcim/forms/filtersets.py Lines 114 to 118 in 83da49c
I can submit a PR, if assigned. |
Thanks @Alef-Burzmali, I've assigned this to you. |
…role * Rename device_role_id field to role_id in DeviceComponentFilterForm * Add device_role_id field in InventoryItemFilterForm and InventoryItemFilterSet to avoid collision with InventoryItemRole's role field
Deployment Type
Self-hosted
NetBox Version
v4.0.5
Python Version
3.10
Steps to Reproduce
Expected Behavior
Only interfaces of devices with role_1 are displayed.
Observed Behavior
All the interfaces are displayed, the list is not filtered.
The text was updated successfully, but these errors were encountered: