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

Fixes #7654: Fix assignment of members to virtual chassis with initial position of zero

This commit is contained in:
jeremystretch
2021-11-11 12:10:47 -05:00
parent 726e4df54b
commit 3cb8c5db28
3 changed files with 10 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
### Bug Fixes
* [#7564](https://github.com/netbox-community/netbox/issues/7564) - Fix assignment of members to virtual chassis with initial position of zero
* [#7701](https://github.com/netbox-community/netbox/issues/7701) - Fix conflation of assigned IP status & role in interface tables
* [#7741](https://github.com/netbox-community/netbox/issues/7741) - Fix 404 when attaching multiple images in succession
* [#7752](https://github.com/netbox-community/netbox/issues/7752) - Fix minimum version check under Python v3.10