feat(device): Populate initial organization value from user default organization

!11 #28
This commit is contained in:
2024-05-25 17:41:35 +09:30
parent 395f24f22c
commit abbd6a49d6
2 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class DeviceForm(forms.ModelForm):
'serial_number',
'uuid',
'device_type',
'organization'
]