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

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 bd615ebf65
commit 88d2fca2c6
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',
}
)