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

Fixes #5640: Fix permissions assessment when adding VM interfaces in bulk

This commit is contained in:
Jeremy Stretch
2021-01-20 15:18:13 -05:00
parent 3c9be8cd08
commit f469920759
3 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
* [#5584](https://github.com/netbox-community/netbox/issues/5584) - Restore power utilization panel under device view
* [#5597](https://github.com/netbox-community/netbox/issues/5597) - Fix ordering devices by primary IP address
* [#5639](https://github.com/netbox-community/netbox/issues/5639) - Fix filtering connection lists by device name
* [#5640](https://github.com/netbox-community/netbox/issues/5640) - Fix permissions assessment when adding VM interfaces in bulk
---