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

Fixes #5020: Correct handling of dependent objects during bulk deletion

This commit is contained in:
Jeremy Stretch
2020-08-20 09:44:45 -04:00
parent e1cf27a3ac
commit bf4fee1592
3 changed files with 9 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
* [#4990](https://github.com/netbox-community/netbox/issues/4990) - Restore change logging during custom script execution
* [#5004](https://github.com/netbox-community/netbox/issues/5004) - Permit assignment of an interface to a LAG on any peer virtual chassis member
* [#5020](https://github.com/netbox-community/netbox/issues/5020) - Correct handling of dependent objects during bulk deletion
---