Changeset 47 for waeup_product/trunk/Extensions/install.py
- Timestamp:
- 14 Oct 2005, 13:01:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Extensions/install.py
r46 r47 61 61 'id' : 'checkadmission', 62 62 'name' : 'Check Admission', 63 'action' : 'string:${object/absolute_url}/check_admission _form',63 'action' : 'string:${object/absolute_url}/check_admission', 64 64 'permission': (View, ), 65 'condition' : ' not:member',65 'condition' : 'member', 66 66 'category' : 'student', 67 67 'visible' : 1, … … 81 81 'action' : 'cpsdocument_edit_form', 82 82 'permission': ( ), 83 'condition' : 'python: here.portal_type == "Student"',83 'condition' : 'python: member and here.portal_type == "Student"', 84 84 'category' : 'student', 85 85 'visible' : 1, … … 91 91 'permission': (), 92 92 'condition' : 'python:not here.portal_type in ("Jamb","StudentsFolder") and len(object.contentItems()) == 0', 93 'category' : 'student', 94 'visible' : 1, 95 }, 96 { 'tool' : 'portal_actions', 97 'id' : 'add_personal', 98 'name' : 'Add personal Data', 99 'action' : 'string:${object/absolute_url}/create_personal_form', 100 'permission': (), 101 'condition' : 'python:not here.portal_type in ("Jamb","StudentsFolder")', 93 102 'category' : 'student', 94 103 'visible' : 1, … … 187 196 'StudentsFolder': 'waeup_section_wf', 188 197 'Student': 'waeup_section_wf', 198 'StudentPersonal': 'waeup_section_wf', 189 199 'Jamb': 'waeup_section_wf', 190 200 'ScratchCard': 'waeup_section_wf',
Note: See TracChangeset for help on using the changeset viewer.