Last change
on this file since 892 was
867,
checked in by joachim, 18 years ago
|
patch for default field width in stringWidgets
isClearanceOfficer added
|
-
Property svn:keywords set to
Id
|
File size:
564 bytes
|
Rev | Line | |
---|
[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 867 2006-11-14 16:15:38Z joachim $ |
---|
[319] | 11 | """ |
---|
| 12 | XXX content moved into portal_membership |
---|
| 13 | |
---|
| 14 | Override this template if you have new portal types or new roles with a |
---|
| 15 | specific mapping to register. |
---|
| 16 | """ |
---|
| 17 | from Products.CMFCore.utils import getToolByName |
---|
| 18 | mtool = getToolByName(context, 'portal_membership') |
---|
[350] | 19 | #return mtool.getCPSCandidateLocalRoles(context) |
---|
[867] | 20 | return ['SectionReader','SectionManager','ClearanceOfficer'] |
---|
Note: See
TracBrowser for help on using the repository browser.