- Added adapter with methods to check PloneGroupContact delete and transition. [sgeulette]
1.40
-----------------
- Adapted the `PloneGroupUsersGroupsColumn` to display linked group also when organization is not selected in plonegroup, this lets display linked Plone groups of an organization that was selected then unselected. [gbastien]
1.39
-----------------
- Distinguished cached calls in vocabularies. [sgeulette]
1.38
-----------------
- In `utils.get_organization` and `utils.get_organizations`, query catalog unrestricted. [gbastien] - Removed `uuidToObject` imported from `plone.app.uuid` in `settings.py`, we use `uuidToObject` from `imio.helpers`. [gbastien]
1.37
-----------------
- Corrected cache invalidation bug, that wasn't done when a previously deactivated organisation is reactivated. Invalidate now wider. [sgeulette]
1.36
-----------------
- Added logging using `collective.fingerpointing` in the `manage-own-groups-users` view when a user was added or removed. [gbastien] - Added `available_expr` to the action displaying the `Manage own groups`, action will be displayed if at least one value is selected in the `groups_management` field in the configuration. [gbastien] - Use `imio.helpers.SortedUsers` vocabulary in the `manage-own-groups-users` view. [gbastien]