open-vault/changelog/10812.txt
Mark Gritter 3ec15c4927
Fix use of identity/group endpoint to edit group by name (#10812)
* Updates identity/group to allow updating a group by name (#10223)
* Now that lookup by name is outside handleGroupUpdateCommon, do not
use the second name lookup as the object to update.
* Added changelog.

Co-authored-by: dr-db <25711615+dr-db@users.noreply.github.com>
2021-01-29 16:50:08 -06:00

4 lines
148 B
Plaintext

```changelog:bug
identity: When the identity/group endpoint is used to modify a group by name, correctly update its policy and member entities.
```