mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-27 01:36:11 -06:00
#12087 - Update comments
This commit is contained in:
parent
50cbeb6f54
commit
c8ab21d020
@ -503,7 +503,7 @@ class BulkEditView(GetReturnURLMixin, BaseMultiObjectView):
|
|||||||
model_fields = {}
|
model_fields = {}
|
||||||
m2m_fields = {}
|
m2m_fields = {}
|
||||||
|
|
||||||
# Update standard fields. If a field is listed in _nullify, delete its value.
|
# Build list of model fields and m2m fields for later iteration
|
||||||
for name in standard_fields:
|
for name in standard_fields:
|
||||||
try:
|
try:
|
||||||
model_field = self.queryset.model._meta.get_field(name)
|
model_field = self.queryset.model._meta.get_field(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user