Преглед изворни кода

Correct nullable_fields for ServiceBulkEditForm

Jeremy Stretch пре 6 година
родитељ
комит
c3bd1881f5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      netbox/ipam/forms.py

+ 1 - 1
netbox/ipam/forms.py

@@ -1392,5 +1392,5 @@ class ServiceBulkEditForm(BootstrapMixin, CustomFieldBulkEditForm):
 
     class Meta:
         nullable_fields = [
-            'site', 'tenant', 'role', 'description',
+            'description',
         ]