Changeset 26 for waeup_product/trunk/Extensions/install.py
- Timestamp:
- 30 Sep 2005, 17:26:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Extensions/install.py
r25 r26 71 71 'name' : 'Add Student', 72 72 'action' : 'folder_factories', 73 'permission': ( ModifyPortalContent,),74 'condition' : ' ',73 'permission': (View), 74 'condition' : 'member', 75 75 'category' : 'student', 76 76 'visible' : 1, … … 80 80 'name' : 'Edit Student', 81 81 'action' : 'cpsdocument_edit_form', 82 'permission': ( ModifyPortalContent,),82 'permission': ( ), 83 83 'condition' : 'python: here.portal_type == "Student"', 84 84 'category' : 'student', … … 89 89 'name' : 'Add Jamb Data', 90 90 'action' : 'folder_factories', 91 'permission': ( ModifyPortalContent,),91 'permission': ( ), 92 92 'condition' : 'python:len(object.contentItems()) == 0', 93 93 'category' : 'student',
Note: See TracChangeset for help on using the changeset viewer.