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

Fixes #8226: Honor return URL after populating a device bay

This commit is contained in:
jeremystretch
2022-01-04 13:24:15 -05:00
parent 2fe02ddb1f
commit 8c8774cd2f
3 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#8213](https://github.com/netbox-community/netbox/issues/8213) - Fix ValueError exception under prefix IP addresses view
* [#8226](https://github.com/netbox-community/netbox/issues/8226) - Honor return URL after populating a device bay
---