Fixes #8978: Fix instantiation of front ports when provisioning a module

This commit is contained in:
jeremystretch
2022-03-31 09:03:01 -04:00
parent 7ca4b857be
commit 62b942e603
2 changed files with 5 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ Where it is desired to limit the range of available VLANs within a group, users
* [#8872](https://github.com/netbox-community/netbox/issues/8872) - Enable filtering by custom object fields
* [#8970](https://github.com/netbox-community/netbox/issues/8970) - Permit nested inventory item templates on device types
* [#8976](https://github.com/netbox-community/netbox/issues/8976) - Add missing `object_type` field on CustomField REST API serializer
* [#8978](https://github.com/netbox-community/netbox/issues/8978) - Fix instantiation of front ports when provisioning a module
### Other Changes