Fixes #2593: Fix toggling of connected cable's status

This commit is contained in:
Jeremy Stretch
2018-11-15 14:23:23 -05:00
parent dfe6ba5603
commit 7dde370ee1
10 changed files with 71 additions and 121 deletions

View File

@@ -56,7 +56,8 @@ NetBox now supports modeling physical cables for console, power, and interface c
* [#2583](https://github.com/digitalocean/netbox/issues/2583) - Cleaned up component filters for device and device type
* [#2584](https://github.com/digitalocean/netbox/issues/2584) - Prevent a Front port from being connected to its corresponding rear port
* [#2585](https://github.com/digitalocean/netbox/issues/2585) - Prevent cable connections that include a virtual interface
* [#2586](https://github.com/digitalocean/netbox/issues/2585) - Added tests for the Cable model's clean() method
* [#2586](https://github.com/digitalocean/netbox/issues/2586) - Added tests for the Cable model's clean() method
* [#2593](https://github.com/digitalocean/netbox/issues/2593) - Fix toggling of connected cable's status
## API Changes