mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Correct nullable_fields for ServiceBulkEditForm
This commit is contained in:
parent
20c6b6fdfb
commit
8a374b16b5
@ -1392,5 +1392,5 @@ class ServiceBulkEditForm(BootstrapMixin, CustomFieldBulkEditForm):
|
|||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
nullable_fields = [
|
nullable_fields = [
|
||||||
'site', 'tenant', 'role', 'description',
|
'description',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user