-----------------
- Added manage-own-groups-users view and functions/groups selection configuration.
A user can manage the user assignments of his groups.
[sgeulette]
- Avoid getting groups (only users) in `get_selected_org_suffix_users` function.
[sgeulette]
- Avoid GroupNotFoundError in `get_selected_org_suffix_users` if suffix is limited to some organizations.
[sgeulette]
- Added `BaseOrganizationServicesVocabulary._term_value` and
`BaseOrganizationServicesVocabulary._term_token` to ease override
of rendered term value and token.
[gbastien]
- Make `SelectedOrganizationsElephantVocabulary` inherits from
`OwnOrganizationServicesVocabulary` so methods `_term_value` and
`_term_token` are available.
[gbastien]
- In `display-group-users` instead displaying contained groups without
contained members, display members of contained groups for normal users,
display contained groups and contained members to Managers.
[gbastien]
- Fixed `ConnectionStateError` while setting `registry[FUNCTIONS_REGISTRY]`
in tests and profile is applied several times.
[gbastien]