Ignore:
Timestamp:
21 May 2011, 18:51:49 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement local role assignment and removal in application section.

browser.py line 341: Use correct context for the IPrincipalRoleManager adapter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/container.py

    r6077 r6184  
    5050    container_description = u'handles basic applicants'
    5151
     52    @property
     53    def local_roles(cls):
     54        return ['waeup.local.ApplicationsOfficer']
     55
    5256    def archive(self, app_ids=None):
    5357        """Create on-dist archive of applicants stored in this term.
Note: See TracChangeset for help on using the changeset viewer.