mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 02:06:42 -06:00
Correct nullable_fields for ServiceBulkEditForm
This commit is contained in:
parent
a4aadf730c
commit
c3bd1881f5
@ -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