Bulk import throws exception when certain custom field attributes are defined #19117
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Milestone
Deployment Type
NetBox Cloud
NetBox Version
v4.2.6
Python Version
3.12
Steps to Reproduce
[1,2]
as the Default value, and set Related object type to Region (or any other model).Expected Behavior
The site is created and the custom field "my_cf_field" is set to the default of Regions with IDs 1 and 2.
Observed Behavior
An exception is thrown:
'list' object has no attribute 'split'
The exception location is
/opt/netbox/netbox/utilities/forms/fields/csv.py, line 82, in clean
The text was updated successfully, but these errors were encountered: