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

Fixes #13569: Fix selection widgets for related interfaces when bulk editing interfaces under device view

This commit is contained in:
Jeremy Stretch
2023-08-28 13:04:42 -04:00
parent d9c3ce935f
commit faf89350ac
2 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
* [#13543](https://github.com/netbox-community/netbox/issues/13543) - Config context tab under device/VM view should not require `extras.view_configcontext` permission
* [#13544](https://github.com/netbox-community/netbox/issues/13544) - Ensure `reindex` command clears all cached values when not in lazy mode
* [#13556](https://github.com/netbox-community/netbox/issues/13556) - Correct REST API representation of VDC status choice
* [#13569](https://github.com/netbox-community/netbox/issues/13569) - Fix selection widgets for related interfaces when bulk editing interfaces under device view
---