Skip to content

RackType detail view and table reference airflow, but RackType has no airflow field #20840

@pheus

Description

@pheus

NetBox Edition

NetBox Community

NetBox Version

v4.4.6

Python Version

3.12

Steps to Reproduce

  1. Go to DCIM → Rack Types.
  2. Open Table Configuration.
    “Airflow” is offered as an available column for Rack Types.
  3. Open RackType detail view.
    The template renders an airflow field 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 airflow field.
  • 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 availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions