fixes #5113 - incorrect caching of permission object assignments to user groups in the admin panel

This commit is contained in:
John Anderson
2020-10-14 20:10:21 -04:00
parent 0d01a3fce8
commit 87c13a876b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# NetBox v2.9
## v2.9.8 (FUTURE)
### 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
## v2.9.7 (2020-10-12)
### Bug Fixes