Closes #10133: Enable nullifying device location during bulk edit

This commit is contained in:
jeremystretch
2022-08-24 13:25:54 -04:00
parent 1dd6085d1a
commit abeb995fd2
2 changed files with 2 additions and 1 deletions

View File

@@ -480,7 +480,7 @@ class DeviceBulkEditForm(NetBoxModelBulkEditForm):
('Hardware', ('manufacturer', 'device_type', 'airflow', 'serial')),
)
nullable_fields = (
'tenant', 'platform', 'serial', 'airflow',
'location', 'tenant', 'platform', 'serial', 'airflow',
)