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

Fixes #5408: Fix updating secrets without setting new plaintext

This commit is contained in:
Jeremy Stretch
2020-12-03 15:22:44 -05:00
parent d75696b30a
commit 584b8109a0
2 changed files with 14 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
* [#5383](https://github.com/netbox-community/netbox/issues/5383) - Fix setting user password via REST API
* [#5396](https://github.com/netbox-community/netbox/issues/5396) - Fix uniqueness constraint for virtual machine names
* [#5407](https://github.com/netbox-community/netbox/issues/5407) - Add direct link to secret on secrets list
* [#5408](https://github.com/netbox-community/netbox/issues/5408) - Fix updating secrets without setting new plaintext
---