Open mateusz-lachowski-codilime opened 9 hours ago
tenant
ControllerManagedDeviceGroup
description
Controller
BulkEditForm
add_blank_choice
JSONArrayFormField
Example:
channel_width = JSONArrayFormField( choices=add_blank_choice(RadioProfileChannelWidthChoices), base_field=forms.IntegerField(), required=False, )
During bulk update, when some other fields were changed or with no changes, following error occurred:
Closes #6462
What's Changed
tenant
field toControllerManagedDeviceGroup
tenant
anddescription
to forms, filtersets and table both forController
andControllerManagedDeviceGroup
BulkEditForm
, whenadd_blank_choice
is applied to choices forJSONArrayFormField
field.Example:
During bulk update, when some other fields were changed or with no changes, following error occurred:
Screenshots
TODO