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

Fixes #6173: Fix assigned device/VM count when bulk editing/deleting device roles

This commit is contained in:
jeremystretch
2021-04-15 19:53:46 -04:00
parent 0bb2a051b6
commit 8a425a93ae
2 changed files with 9 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
* [#6130](https://github.com/netbox-community/netbox/issues/6130) - Improve display of assigned models in custom fields list
* [#6155](https://github.com/netbox-community/netbox/issues/6155) - Fix admin links for plugins, background tasks
* [#6171](https://github.com/netbox-community/netbox/issues/6171) - Fix display of horizontally-scrolling object lists
* [#6173](https://github.com/netbox-community/netbox/issues/6173) - Fix assigned device/VM count when bulk editing/deleting device roles
---