-----------------
- Added `PloneGroupUsersGroupsColumn`, a column that displays suffixed groups
and users, to be called on dashboard displaying organizations.
The groups and users are rendered by the `display-group-users` view
that may also be used outside.
By default, as groups and users may be very long to display, it is hidden
in a collapsible `<div>` and displayed asynchronously.
[gbastien]
- Added possibility to disable a `function` (`enabled=True` by default),
this is useful to avoid deleting a `function` and re-adding it after,
sometimes faultly. Adapted `utils.get_all_suffixes(only_enabled=True)`
to only get enabled functions.
Added upgrade step to version `6` to manage new value `enabled=True`
in `functions` stored in the `regsitry`.
[gbastien]
- Remove item `UID` from link in `OrgaPrettyLinkWithAdditionalInfosColumn`
as it is now displayed as additional information by default.
[gbastien]