Fixes #10579: Mark cable traces terminating to a provider network as complete

This commit is contained in:
jeremystretch
2022-11-17 16:08:29 -05:00
parent d3911e2a4c
commit bd29d15814
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#9878](https://github.com/netbox-community/netbox/issues/9878) - Fix spurious error message when rendering REST API docs
* [#10579](https://github.com/netbox-community/netbox/issues/10579) - Mark cable traces terminating to a provider network as complete
---