Edgewall Software

Changes between Version 17 and Version 18 of Ticket #12915


Ignore:
Timestamp:
Apr 26, 2020, 2:16:02 AM (4 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12915 – API Changes

    v17 v18  
    11* Added `PermissionSystem.get_permission_groups(username)`, which returns a sorted list of all groups that `username` belongs to.
    22* `DefaultPermissionStore` implements `IPermissionGroupProvider`.
    3 * Added `skip` argument to `PermissionSystem.get_actions_dict`, for skipping an `IPermissionRequestor`, for consistency with `PermissionSystem.get_actions` method arguments (1.0-stable).
     3* Added `skip` argument to `PermissionSystem.get_actions_dict`, for skipping an `IPermissionRequestor`, for consistency with `PermissionSystem.get_actions` method arguments (applied to 1.0-stable).