Skip to content

Cannot create objects with required custom field #5466

@nahun

Description

@nahun

Environment

  • netbox-docker with latest
  • Python version: 3.9.1
  • NetBox version: 2.10.0

Steps to Reproduce

  1. Create a new instance of Netbox using the "latest" build of netbox-docker. The quickstart commands are good.
  2. Create a new Text custom field for DCIM > Device. Mark it required.
  3. Create a new Device, enter anything for the required fields.
  4. Type some text in the required custom field.
  5. Create

Expected Behavior

The device be created

Observed Behavior

Error creating the device: Missing required custom field 'test'.
image

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 implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions