Fixes #6602: Fix deletion of devices with cables attached

This commit is contained in:
jeremystretch
2021-06-14 16:38:19 -04:00
parent 54ccc705d0
commit f56a470cc7
2 changed files with 5 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
* [#6562](https://github.com/netbox-community/netbox/issues/6562) - Disable ordering of secrets by assigned object
* [#6563](https://github.com/netbox-community/netbox/issues/6563) - Fix filtering by location for cable connection forms
* [#6584](https://github.com/netbox-community/netbox/issues/6584) - Fix ordering of nested inventory items
* [#6602](https://github.com/netbox-community/netbox/issues/6602) - Fix deletion of devices with cables attached
---