-
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
v2.11.10
Python version
3.6
Steps to Reproduce
- Open a rack, click on "add reservation"
- (Wrongly) enter the position as "U44" instead of "44"
Expected Behavior
A form validation error, allowing the field to be edited and resubmitted
Observed Behavior
An exception is raised:
ValueError at /dcim/rack-reservations/add/
invalid literal for int() with base 10: 'U44'
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