source: WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py @ 844

Last change on this file since 844 was 603, checked in by Henrik Bettermann, 18 years ago

batch of fixes to open the frontend for the first time

  • Property svn:keywords set to Id
File size: 545 bytes
RevLine 
[319]1## Script (Python) "getCPSCandidateLocalRoles"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=
8##title=
9##
[486]10# $Id: getCPSCandidateLocalRoles.py 603 2006-10-01 10:21:09Z henrik $
[319]11"""
12XXX content moved into portal_membership
13
14Override this template if you have new portal types or new roles with a
15specific mapping to register.
16"""
17from Products.CMFCore.utils import getToolByName
18mtool = getToolByName(context, 'portal_membership')
[350]19#return mtool.getCPSCandidateLocalRoles(context)
[603]20return ['SectionReader','SectionManager']
Note: See TracBrowser for help on using the repository browser.