Changeset 768 for WAeUP_SRP/trunk
- Timestamp:
- 27 Oct 2006, 19:41:01 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r767 r768 68 68 else: 69 69 info['clear'] = None 70 71 res = context.portal_catalog(container_path=student_path, 72 portal_type='StudentPume') 73 if res: 74 pume = res[0].getObject() 75 info['pume'] = clear 76 info['pume_doc'] = pume.getContent() 77 info['pume_review_state'] = wf.getInfoFor(pume,'review_state',None) 78 else: 79 info['pume'] = None 70 80 71 81 items = [] 72 82 s_edit_links = {'StudentApplication': 'student_edit', 73 83 'StudentAccommodation': '', 74 'StudentClearance': 'clearance_ student',84 'StudentClearance': 'clearance_edit', 75 85 'StudentPersonal': '', 76 86 } 77 87 s_view_links = {'StudentApplication': None, 78 88 'StudentAccommodation': 'accommodation_view', 79 'StudentClearance': None,89 'StudentClearance': 'clearance_view', 80 90 'StudentPersonal': None, 81 91 'StudentApplication': 'application_view', 82 92 'StudentStudyCourse': 'study_course_view', 93 'StudentPume': 'pume_view', 83 94 } 84 95 sos = context.portal_catalog(container_path=student_path)
Note: See TracChangeset for help on using the changeset viewer.