-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Copy link
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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
Milestone
Description
NetBox Edition
NetBox Community
NetBox Version
v4.4.6
Python Version
3.12
Steps to Reproduce
- Go to DCIM → Rack Types.
- Open Table Configuration.
“Airflow” is offered as an available column for Rack Types. - Open RackType detail view.
The template renders anairflowfield even though the model does not define it.
Expected Behavior
RackType should not expose or reference an airflow field anywhere. Only models that actually define an airflow attribute (e.g., Rack) should show it.
Observed Behavior
- Table configuration for Rack Types includes an Airflow column.
- Detail view template for RackType attempts to display an
airflowfield. - FilterForm does not show an airflow field (correctly), because it is not in the FilterSet — however, the RackBaseFilterForm defines it.
Metadata
Metadata
Assignees
Labels
netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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