-
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
Environment
- Python version: 3.6.9
- NetBox version: 2.10.1
Steps to Reproduce
- Create one or more rack reservations
- Attempt to filter the reservations by username, e.g.
GET /api/dcim/rack-reservations/?user=jstretch
Expected Behavior
NetBox should return only the reservations assigned to the specified user.
Observed Behavior
A ValueError exception is raised because the user filter is incorrectly defined on RackFilterSet.
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