Edgewall Software

Changes between Version 2 and Version 10 of Ticket #12915


Ignore:
Timestamp:
Apr 13, 2018, 5:58:24 AM (6 years ago)
Author:
Ryan J Ollos
Comment:

Proposed changes in log:rjollos.git:t12915_add_get_permission_groups.2.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12915

    • Property Status closedassigned
    • Property Resolution fixed
  • Ticket #12915 – Release Notes

    v2 v10  
    1 Added `PermissionSystem.get_user_groups(username)`, which returns a sorted list of all groups that `username` belongs to.
  • Ticket #12915 – API Changes

    v2 v10  
     1* Added `PermissionSystem.get_permission_groups(username)`, which returns a sorted list of all groups that `username` belongs to.
     2* `DefaultPermissionStore` implements `IPermissionGroupProvider`.