Changeset 72 for waeup_product/trunk/Extensions
- Timestamp:
- 21 Oct 2005, 12:41:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Extensions/install.py
r68 r72 1 1 #-*- mode: python; mode: fold -*- 2 # $Id$ 2 3 from Products.CPSInstaller.CPSInstaller import CPSInstaller 3 4 from Products.CMFCore.CMFCorePermissions import View, ModifyPortalContent … … 263 264 member_role='SectionManager', 264 265 ) 265 sections.waeup.students.manage_setLocalGroupRoles(groupid = 'role:Anonymous',roles=('SectionReader',))266 266 sections.waeup.students.manage_setLocalGroupRoles(groupid = 'Students',roles=('Contributor',)) 267 sections.waeup.manage_setLocalGroupRoles(groupid = 'role:Anonymous',roles=('SectionReader',)) 267 268 return installer.logResult()
Note: See TracChangeset for help on using the changeset viewer.