1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #4301: Fix exception when deleting device type with components

This commit is contained in:
Jeremy Stretch
2020-03-02 09:41:37 -05:00
parent 22ec11c766
commit 13fcdc0c1e
2 changed files with 9 additions and 2 deletions

View File

@ -13,6 +13,7 @@
* [#4282](https://github.com/netbox-community/netbox/issues/4282) - Fix label on export button for device types
* [#4285](https://github.com/netbox-community/netbox/issues/4285) - Include A/Z termination sites in provider circuits table
* [#4295](https://github.com/netbox-community/netbox/issues/4295) - Fix assignment of parent LAG during interface bulk edit
* [#4301](https://github.com/netbox-community/netbox/issues/4301) - Fix exception when deleting device type with components
---