1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6107: Fix rack selection field on device form

This commit is contained in:
jeremystretch
2021-04-07 16:58:40 -04:00
parent 81193eb550
commit 4f7626828a
2 changed files with 2 additions and 1 deletions

View File

@@ -2056,7 +2056,7 @@ class DeviceForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
required=False,
query_params={
'site_id': '$site',
'location_id': 'location',
'location_id': '$location',
}
)
position = forms.IntegerField(