Changeset 7182
- Timestamp:
- 24 Nov 2011, 08:18:23 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/container.py
r7137 r7182 53 53 @property 54 54 def local_roles(cls): 55 return [ 'waeup.ApplicationsOfficer']55 return [] 56 56 57 57 def archive(self, app_ids=None): -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/root.py
r7137 r7182 38 38 grok.implements(IApplicantsRoot) 39 39 40 local_roles = [ 'waeup.ApplicationsOfficer']40 local_roles = [] 41 41 42 42 logger_name = 'waeup.sirp.${sitename}.applicants'
Note: See TracChangeset for help on using the changeset viewer.