Content
View differences
Updated by Aaron Contreras over 2 years ago
Currently a work package can only be shared with users.
Now a work package should be shared with a group as well (see #31150 for the specification of how this is supposed to look like in the modal).
This requires at least:
* [x] Adding groups to the autocompleter
* [ ] Adding groups to the list of shared with users
* [ ] Note that the members are not listed individually unless they are shared with individually as well.
* [ ] Fanning out the groups work package member to all users being part of the group
* [ ] Sending mails for every user part of the group
* [ ] Removing the work package members if a users is removed from a group or if the group is deleted
* [ ] Allowing to override the role granted to the group for an individual user and correctly displaying the role for that
* [ ] Dealing with a user being part of two groups for which different roles have been assigned.
Now a work package should be shared with a group as well (see #31150 for the specification of how this is supposed to look like in the modal).
This requires at least:
* [x] Adding groups to the autocompleter
* [ ] Adding groups to the list of shared with users
* [ ] Note that the members are not listed individually unless they are shared with individually as well.
* [ ] Fanning out the groups work package member to all users being part of the group
* [ ] Sending mails for every user part of the group
* [ ] Removing the work package members if a users is removed from a group or if the group is deleted
* [ ] Allowing to override the role granted to the group for an individual user and correctly displaying the role for that
* [ ] Dealing with a user being part of two groups for which different roles have been assigned.