Fixes #2571: Enforce deletion of attached cable when deleting a termination point

This commit is contained in:
Jeremy Stretch
2018-11-08 12:15:56 -05:00
parent bb5432de7d
commit 3e92aa9fe7
4 changed files with 70 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ NetBox now supports modeling physical cables for console, power, and interface c
* [#2566](https://github.com/digitalocean/netbox/issues/2566) - Prevent both ends of a cable from connecting to the same termination point
* [#2567](https://github.com/digitalocean/netbox/issues/2567) - Introduced proxy models to represent console/power/interface connections
* [#2569](https://github.com/digitalocean/netbox/issues/2569) - Added LSH fiber type; removed SC duplex/simplex designations
* [#2571](https://github.com/digitalocean/netbox/issues/2571) - Enforce deletion of attached cable when deleting a termination point
## API Changes