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

Fixes #8301: Fix delete button for various object children views

This commit is contained in:
jeremystretch
2022-01-10 09:30:50 -05:00
parent 5aa7dedccb
commit 02519b270e
20 changed files with 20 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
* [#8285](https://github.com/netbox-community/netbox/issues/8285) - Fix `cluster_count` under tenant REST API serializer
* [#8287](https://github.com/netbox-community/netbox/issues/8287) - Correct label in export template form
* [#8301](https://github.com/netbox-community/netbox/issues/8301) - Fix delete button for various object children views
---