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

Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects

This commit is contained in:
jeremystretch
2021-09-21 14:24:23 -04:00
parent 3cf1d6baf4
commit 6bccb6d90b
2 changed files with 10 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* [#7321](https://github.com/netbox-community/netbox/issues/7321) - Don't overwrite multi-select custom fields during bulk edit
* [#7324](https://github.com/netbox-community/netbox/issues/7324) - Fix TypeError exception in web UI when filtering objects using single-choice filters
* [#7333](https://github.com/netbox-community/netbox/issues/7333) - Prevent inadvertent deletion of prior change records when deleting objects
## v3.0.3 (2021-09-20)