-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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
3.5.4
Python version
3.8
Steps to Reproduce
reproduced on demo.netbox.dev. it does not matter if any VDCs exist
- search for a VDC by name, like so: https://demo.netbox.dev/dcim/virtual-device-contexts/?q=asdf
Expected Behavior
a list of VDCs matching the name asdf is returned
Observed Behavior
the following server error is returned:
<class 'ValueError'>
Field 'identifier' expected a number but got 'asdf'.
Python version: 3.8.10
NetBox version: 3.5.4
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: 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