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

Fixes #5417: Fix exception when viewing a device installed within a device bay

This commit is contained in:
Jeremy Stretch
2020-12-04 15:21:33 -05:00
parent 1159976d99
commit f7e61cc153
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.10
## v2.10-beta3 (FUTURE)
### Bug Fixes
* [#5417](https://github.com/netbox-community/netbox/issues/5417) - Fix exception when viewing a device installed within a device bay
---
## v2.10-beta2 (2020-12-03)
### Enhancements