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
* Minimal UI changes have been added.
* When creating or editing a group, there is a new Parent Dropdown that can be used to set another group as this groups parent
* Groups are listed in the table view with indents showing their hierarchy
* Memberships page of project also lists all sub-groups that got access by a parent group having been added as a member
## 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
* Minimal UI changes have been added.
* When creating or editing a group, there is a new Parent Dropdown that can be used to set another group as this groups parent
* Groups are listed in the table view with indents showing their hierarchy
* Memberships page of project also lists all sub-groups that got access by a parent group having been added as a member