Fixes #4736: Add cable trace endpoints for pass-through ports

This commit is contained in:
Jeremy Stretch
2020-06-09 15:12:10 -04:00
parent cab84d3e29
commit cf78f3d3a1
3 changed files with 59 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
* [#4702](https://github.com/netbox-community/netbox/issues/4702) - Catch IntegrityError exception when adding a non-unique secret
* [#4707](https://github.com/netbox-community/netbox/issues/4707) - Fix `prefix_count` population on VLAN API serializer
* [#4725](https://github.com/netbox-community/netbox/issues/4725) - Fix "brief" rendering of various REST API endpoints
* [#4736](https://github.com/netbox-community/netbox/issues/4736) - Add cable trace endpoints for pass-through ports
---