mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Fixes #10155 - Fix rear port display when editing front port template for module type
This commit is contained in:
parent
bd615ebf65
commit
88d2fca2c6
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## v3.3.2 (FUTURE)
|
## v3.3.2 (FUTURE)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#10155](https://github.com/netbox-community/netbox/issues/10155) - Fix rear port display when editing front port template for module type
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## v3.3.1 (2022-08-25)
|
## v3.3.1 (2022-08-25)
|
||||||
|
@ -1069,6 +1069,7 @@ class FrontPortTemplateForm(BootstrapMixin, forms.ModelForm):
|
|||||||
required=False,
|
required=False,
|
||||||
query_params={
|
query_params={
|
||||||
'devicetype_id': '$device_type',
|
'devicetype_id': '$device_type',
|
||||||
|
'moduletype_id': '$module_type',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user