GroupManager: Clean up any mappings when deleting a group

This commit is contained in:
Richard Hansen 2021-11-28 01:47:44 -05:00 committed by John McLear
parent 5b37a56197
commit 777d045246
3 changed files with 36 additions and 19 deletions

View file

@ -3,6 +3,8 @@
### Notable enhancements and fixes
* Fixed a potential attribute pool corruption bug with `copyPadWithoutHistory`.
* Mappings created by the `createGroupIfNotExistsFor` HTTP API are now removed
from the database when the group is deleted.
#### For plugin authors