Content
Implementation OP-19057: Implement Data Model for extracting data from Groups into own details table
View differences
Updated by Klaus Zanders 3 months ago
This is just the backend changes to prepare for Department/Organization management in the admin.
## New behavior
* Extracted a `group_details` table that stores only group specific settings
* Groups can have a parent
* When adding a group with child groups as a member, the permissions should also distribute to the sub-groups admin
## New behavior
* Extracted a `group_details` table that stores only group specific settings
* Groups can have a parent
* When adding a group with child groups as a member, the permissions should also distribute to the sub-groups