-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v4.4.6
Feature type
Change to existing functionality
Proposed functionality
When creating or editing a Rack, allow filtering the Rack type (RackType) choices by Manufacturer, aligning with the device/module workflow.
Two possible approaches (either would work):
-
Manufacturer field + query params
Add aManufacturerModelChoiceField to the Rack form and use itsquery_paramsto constrain theRack typefield to types from the selected manufacturer. -
Selector modal on Rack type
Add/enable the Selector modal button for theRack typefield. The modal should expose aManufacturerfilter so the user can pick a vendor first, then select a Rack type from the filtered list.
Use case
Environments often deploy multiple rack models from different manufacturers. Filtering rack types by manufacturer shortens long mixed lists, speeds data entry, prevents vendor mix-ups, and keeps the UX consistent with devices and modules.
Database changes
None.
External dependencies
None.