-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
3.3.9
Python version
3.10
Steps to Reproduce
- Using the docker netboxcommunity/netbox image, add a custom field choice for status by adding this stanza to the config:
FIELD_CHOICES = {"ipam.IPRange.status+": (("dhcp", "DHCP", "green"),)}
- The additional field choice shows up fine in the netbox/ipam/ip-ranges/add/ page.
- The additional field choice does NOT show up in the netbox/ipam/ip-ranges/ under the filter tab.
Expected Behavior
I would expect the DHCP choice to also show up under the Status field pull down choices.
Observed Behavior
The DHCP choice is not in the Status field pull down choices.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application