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

Fixes #4766: Fix redirect after login when next is not specified

This commit is contained in:
Jeremy Stretch
2020-06-17 09:15:03 -04:00
parent 7cf0e6034b
commit e23a5ad141
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# NetBox v2.8
## v2.8.7 (FUTURE)
### Bug Fixes
* [#4766](https://github.com/netbox-community/netbox/issues/4766) - Fix redirect after login when `next` is not specified
---
## v2.8.6 (2020-06-15)
### Enhancements