Adding a field choice for status does not show up in the filters page #7336

Closed
opened 2025-12-29 20:22:05 +01:00 by adam · 1 comment
Owner

Originally created by @huasome on GitHub (Dec 9, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

3.3.9

Python version

3.10

Steps to Reproduce

  1. 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"),)}
  1. The additional field choice shows up fine in the netbox/ipam/ip-ranges/add/ page.
  2. 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.

Originally created by @huasome on GitHub (Dec 9, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version 3.3.9 ### Python version 3.10 ### Steps to Reproduce 1. 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"),)} ``` 2. The additional field choice shows up fine in the netbox/ipam/ip-ranges/add/ page. 3. 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.
adam added the type: bugstatus: accepted labels 2025-12-29 20:22:05 +01:00
adam closed this issue 2025-12-29 20:22:05 +01:00
Author
Owner

@huasome commented on GitHub (Dec 9, 2022):

@jeremystretch Thank you!

@huasome commented on GitHub (Dec 9, 2022): @jeremystretch Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7336