mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fixes #6563: Fix filtering by location for cable connection forms
This commit is contained in:
parent
cb4392628f
commit
6ec296f2a7
@ -5,6 +5,7 @@
|
|||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* [#6553](https://github.com/netbox-community/netbox/issues/6553) - ProviderNetwork search should match on name
|
* [#6553](https://github.com/netbox-community/netbox/issues/6553) - ProviderNetwork search should match on name
|
||||||
|
* [#6563](https://github.com/netbox-community/netbox/issues/6563) - Fix filtering by location for cable connection forms
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3948,6 +3948,7 @@ class ConnectCableToDeviceForm(BootstrapMixin, CustomFieldModelForm):
|
|||||||
required=False,
|
required=False,
|
||||||
query_params={
|
query_params={
|
||||||
'site_id': '$termination_b_site',
|
'site_id': '$termination_b_site',
|
||||||
|
'location_id': '$termination_b_location',
|
||||||
'rack_id': '$termination_b_rack',
|
'rack_id': '$termination_b_rack',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user