On the device list, filtering rack by group does not work #3105

Closed
opened 2025-12-29 18:25:40 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Dec 31, 2019).

Environment

  • Python version: 3.6.8
  • NetBox version: 2.6.9

Steps to Reproduce

  1. Navigate to the device list view
  2. Select a site and rack group to filter by
  3. View the list of available racks

Expected Behavior

The set of racks listed should be constrained by the selected rack group

Observed Behavior

All racks belonging to the selected site are available. This is because the widget is making an API call using the invalid filter name rack_group_id rather than group_id.

Originally created by @jeremystretch on GitHub (Dec 31, 2019). ### Environment * Python version: 3.6.8 * NetBox version: 2.6.9 ### Steps to Reproduce 1. Navigate to the device list view 2. Select a site and rack group to filter by 3. View the list of available racks ### Expected Behavior The set of racks listed should be constrained by the selected rack group ### Observed Behavior All racks belonging to the selected site are available. This is because the widget is making an API call using the invalid filter name `rack_group_id` rather than `group_id`.
adam added the type: bugstatus: accepted labels 2025-12-29 18:25:40 +01:00
adam closed this issue 2025-12-29 18:25:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3105