Fixes #9733: Handle split paths during trace when fanning out to front ports with differing cables

This commit is contained in:
jeremystretch
2022-07-18 11:51:59 -04:00
parent 76335ce435
commit 7a24b4a33e
2 changed files with 12 additions and 1 deletions

View File

@@ -100,6 +100,8 @@ Custom field UI visibility has no impact on API operation.
* [#9728](https://github.com/netbox-community/netbox/issues/9728) - Fix validation when assigning a virtual machine to a device
* [#9729](https://github.com/netbox-community/netbox/issues/9729) - Fix ordering of content type creation to ensure compatability with demo data
* [#9730](https://github.com/netbox-community/netbox/issues/9730) - Fix validation error when creating a new cable via UI form
* [#9733](https://github.com/netbox-community/netbox/issues/9733) - Handle split paths during trace when fanning out to front ports with differing cables
### Plugins API