Describe the issue
When editing a group, the default set of used_roles from the GroupFeatures for the group type is always used. A group's custom used_roles should take precedence.
This is probably caused by incorrect logic here:
|
self.used_roles = group_features.default_used_roles |
Code of Conduct
Describe the issue
When editing a group, the default set of
used_rolesfrom theGroupFeaturesfor the group type is always used. A group's customused_rolesshould take precedence.This is probably caused by incorrect logic here:
datatracker/ietf/group/forms.py
Line 85 in eda494a
Code of Conduct