Fixes #11723: Circuit terminations should link to their associated circuits (rather than site or provider network)

This commit is contained in:
jeremystretch
2023-02-17 21:31:19 -05:00
parent 126f9ba05f
commit afc752b4ce
2 changed files with 3 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
* [#11601](https://github.com/netbox-community/netbox/issues/11601) - Fix partial matching of start/end addresses for IP range search
* [#11683](https://github.com/netbox-community/netbox/issues/11683) - Fix CSV header attribute detection when auto-detecting import format
* [#11711](https://github.com/netbox-community/netbox/issues/11711) - Fix CSV import for multiple-object custom fields
* [#11723](https://github.com/netbox-community/netbox/issues/11723) - Circuit terminations should link to their associated circuits (rather than site or provider network)
---