Skip to content

Conversation

@pheus
Copy link
Contributor

@pheus pheus commented Nov 20, 2025

Fixes: #20840

RackType does not define an airflow field; however, the Rack Types list exposed an Airflow column and the detail view template attempted to render it. The FilterForm correctly omits this field because it is not included in the RackTypeFilterSet.

This PR:

  • Removes Airflow from the RackType table configuration.
  • Removes the airflow row from the RackType detail view template.

UI-only cleanup; no database or API changes.

RackType has no `airflow` field. Yet the Rack Types table exposed an
"Airflow" column and the detail view template attempted to render it.
The FilterForm correctly omits the field because it's not in the
FilterSet.

Remove the "Airflow" column from the RackType table config and drop the
`airflow` row from the RackType detail template.

Fixes netbox-community#20840
@jeremystretch jeremystretch requested review from a team and jnovinger and removed request for a team November 20, 2025 19:14
@jnovinger jnovinger merged commit 90b2732 into netbox-community:main Nov 20, 2025
7 checks passed
@pheus pheus deleted the 20840-fix-racktype-airflow-field branch November 20, 2025 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants