-
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.9
Python version
3.9
Steps to Reproduce
- Create a custom text type field.
- Try to set a default value.
Expected Behavior
Default value should be set.
Observed Behavior
ValidationError is raised because .validate for a text field tests against str when the field is a django.forms.fields.JSONString, trying to set a str value causes a Enter a valid JSON. error.
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