mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
Fixes #6107: Fix rack selection field on device form
This commit is contained in:
parent
81193eb550
commit
4f7626828a
@ -8,6 +8,7 @@
|
|||||||
* [#6104](https://github.com/netbox-community/netbox/issues/6104) - Fix location column on racks table
|
* [#6104](https://github.com/netbox-community/netbox/issues/6104) - Fix location column on racks table
|
||||||
* [#6105](https://github.com/netbox-community/netbox/issues/6105) - Hide checkboxes for VMs under cluster VMs view
|
* [#6105](https://github.com/netbox-community/netbox/issues/6105) - Hide checkboxes for VMs under cluster VMs view
|
||||||
* [#6106](https://github.com/netbox-community/netbox/issues/6106) - Allow assigning a virtual interface as the parent of an existing interface
|
* [#6106](https://github.com/netbox-community/netbox/issues/6106) - Allow assigning a virtual interface as the parent of an existing interface
|
||||||
|
* [#6107](https://github.com/netbox-community/netbox/issues/6107) - Fix rack selection field on device form
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -2056,7 +2056,7 @@ class DeviceForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
|
|||||||
required=False,
|
required=False,
|
||||||
query_params={
|
query_params={
|
||||||
'site_id': '$site',
|
'site_id': '$site',
|
||||||
'location_id': 'location',
|
'location_id': '$location',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
position = forms.IntegerField(
|
position = forms.IntegerField(
|
||||||
|
Loading…
Reference in New Issue
Block a user