ValueError in web UI after REST API accepts invalid custom-field choice-set data #14755
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v3.7.0
Python Version
3.10
Steps to Reproduce
Expected Behavior
The REST API should reject the POST data as invalid
AND/OR
The web UI should render a dialog showing that the choice set's choices have undefined labels
Observed Behavior
The REST API cheerfully creates the choice set with the choice labels undefined.
AND
The web UI displays an unstyled
ValueError
:This problem was originally reported by @jordanrvillarreal.
The text was updated successfully, but these errors were encountered: