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

Fixes #7479: Fix parent interface choices when bulk editing VM interfaces

This commit is contained in:
jeremystretch
2021-10-07 13:57:00 -04:00
parent 00328226ec
commit af6237e12e
3 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* [#7051](https://github.com/netbox-community/netbox/issues/7051) - Fix permissions evaluation and improve error handling for connected device REST API endpoint
* [#7471](https://github.com/netbox-community/netbox/issues/7471) - Correct redirect URL when attaching images via "add another" button
* [#7474](https://github.com/netbox-community/netbox/issues/7474) - Fix AttributeError exception when rendering a report or custom script
* [#7479](https://github.com/netbox-community/netbox/issues/7479) - Fix parent interface choices when bulk editing VM interfaces
---