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 a11f745a83
commit 40ed1493ef
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
---