Edgewall Software

Changes between Version 16 and Version 17 of Ticket #12915


Ignore:
Timestamp:
Apr 22, 2018, 11:57:25 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12915 – API Changes

    v16 v17  
    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.
     3* Added `skip` argument to `PermissionSystem.get_actions_dict`, for skipping an `IPermissionRequestor`, for consistency with `PermissionSystem.get_actions` method arguments (1.0-stable).