Skip to content

Invalid value for custom field when bulk edit VM #5533

@xcdr

Description

@xcdr

Environment

  • Python version: 3.8.6
  • NetBox version: v2.10.2

Steps to Reproduce

  1. add cusom field vm_id to Virtual Machine (Text, required)
  2. add some VM with different vm_id
  3. select VMs on VM list and click "Edit selected"
  4. change "Tenant" and click "Apply"

Expected Behavior

Tenant should be changed as when I edit single VM.

Observed Behavior

Get validation error:
name_of_first_vm_on_the_list failed validation: {'__all__': ["Invalid value for custom field 'vm_id': Required field cannot be empty."]}

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