Fixes #5243: Redirect user to appropriate tab after modifying device components

This commit is contained in:
Jeremy Stretch
2020-10-15 16:55:20 -04:00
parent 87c13a876b
commit dde52309d2
5 changed files with 119 additions and 65 deletions

View File

@@ -5,6 +5,9 @@
### Bug Fixes
* [#5113](https://github.com/netbox-community/netbox/issues/5113) - Fix incorrect caching of permission object assignments to user groups in the admin panel
* [#5243](https://github.com/netbox-community/netbox/issues/5243) - Redirect user to appropriate tab after modifying device components
---
## v2.9.7 (2020-10-12)