-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: 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
v3.6.3
Python version
3.10
Steps to Reproduce
- Select Custom Field Choices import
- Data to import:
CSV:
name;description;extra_choices
numbers;Numbers;7,13,18,23,26,32,38,80
JSON:
{
"name": "numbers",
"description": "Numbers",
"extra_choices": [7,13,18,23,26,32,38,80]
}
YAML:
---
name: numbers
description: Numbers
extra_choices: 7,13,18,23,26,32,38,80
- Click Submit
Expected Behavior
It is expected to create the cusotm field choices
Observed Behavior
Returns this error in all cases: Record 1 extra_choices: Nested arrays must have the same length.
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: 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