Wrong enum for role in Graphql IPRangeFilter #19397
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Milestone
Deployment Type
Self-hosted
NetBox Version
v4.3.0
Python Version
3.12
Steps to Reproduce
Expected Behavior
Only the IP Range with the role "DHCP" should be shown.
Observed Behavior
You get the following Error Message:
For a IP Range it is possible to create user-defined functional roles, but the GraphQL Filter is using the static IPAddressRoleEnum
netbox/netbox/ipam/graphql/filters.py
Line 171 in 6e49cee
The text was updated successfully, but these errors were encountered: