Fixes #4772: Fix "brief" format for the secrets REST API endpoint

This commit is contained in:
Jeremy Stretch
2020-06-17 14:22:55 -04:00
parent 6e2712a5c6
commit 44fd706707
2 changed files with 12 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#4766](https://github.com/netbox-community/netbox/issues/4766) - Fix redirect after login when `next` is not specified
* [#4772](https://github.com/netbox-community/netbox/issues/4772) - Fix "brief" format for the secrets REST API endpoint
---