mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Miscellaneous cleanup
This commit is contained in:
parent
bbac6e2ba6
commit
96eaea7db9
@ -142,7 +142,6 @@ class CustomFieldBulkEditForm(BulkEditForm):
|
|||||||
self.fields[name] = field
|
self.fields[name] = field
|
||||||
# Annotate this as a custom field
|
# Annotate this as a custom field
|
||||||
self.custom_fields.append(name)
|
self.custom_fields.append(name)
|
||||||
print(self.nullable_fields)
|
|
||||||
|
|
||||||
|
|
||||||
class CustomFieldFilterForm(forms.Form):
|
class CustomFieldFilterForm(forms.Form):
|
||||||
|
Loading…
Reference in New Issue
Block a user