-
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
- Python version: 3.8.6
- NetBox version: v2.10.2
Steps to Reproduce
- add cusom field vm_id to Virtual Machine (Text, required)
- add some VM with different vm_id
- select VMs on VM list and click "Edit selected"
- 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 implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application