Fixes #10155 - Fix rear port display when editing front port template for module type

This commit is contained in:
Daniel Sheppard 2022-08-25 15:34:18 -05:00
parent 585f8de7ba
commit 3adfd6977b
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## 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)

View File

@ -1069,6 +1069,7 @@ class FrontPortTemplateForm(BootstrapMixin, forms.ModelForm):
required=False,
query_params={
'devicetype_id': '$device_type',
'moduletype_id': '$module_type',
}
)