Fixes #5273: Fix exception when validating a new permission with no models selected

This commit is contained in:
Jeremy Stretch
2020-10-27 10:01:49 -04:00
parent 478d82196a
commit 2f3557c18f
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* [#3672](https://github.com/netbox-community/netbox/issues/3672) - Fix a caching issue causing incorrect related object counts in API responses
* [#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
* [#5273](https://github.com/netbox-community/netbox/issues/5273) - Fix exception when validating a new permission with no models selected
---