fix: handle NetBox device form clean result

This commit is contained in:
2026-08-12 15:24:01 +02:00
parent c38ab30acc
commit 7dc9b4d91d
5 changed files with 30 additions and 4 deletions
+2 -1
View File
@@ -389,7 +389,8 @@ def _install_device_form():
self.fields = reordered
def clean(self):
cleaned_data = super().clean()
super().clean()
cleaned_data = self.cleaned_data
try:
width, horizontal_position = normalize_width_position(
cleaned_data.get("utilities_rack_width"),