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

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 4bdef80554
commit b8da66bb55
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