-
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
- netbox-docker with latest
- Python version: 3.9.1
- NetBox version: 2.10.0
Steps to Reproduce
- Create a new instance of Netbox using the "latest" build of netbox-docker. The quickstart commands are good.
- Create a new Text custom field for DCIM > Device. Mark it required.
- Create a new Device, enter anything for the required fields.
- Type some text in the required custom field.
- Create
Expected Behavior
The device be created
Observed Behavior
Error creating the device: Missing required custom field 'test'.

If you mark the custom field as not required, then it takes the value and works fine.
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