-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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
Description
NetBox version
v3.1.0
Python version
3.8
Steps to Reproduce
- Create a cable between two devices within a rack at a site
- Attempt to filter the cables list by site slug (e.g.
?site=foo) or by rack name (e.g.?rack=bar).
Expected Behavior
The cables list should return only cables which connect to a device within the specified site/rack.
Observed Behavior
The filters have no effect. This is because the site and rack filters are defined as MultiValueNumberFilters on CableFilterSet.
Metadata
Metadata
Assignees
Labels
status: 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