Changeset 748 for WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
- Timestamp:
- 25 Oct 2006, 08:11:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r742 r748 29 29 student_id = path_info[path_info.index('students')+1] 30 30 else: 31 student_id = member_id 31 student_id = member_id 32 32 else: 33 33 student_id = student.getId() … … 56 56 info['acco'] = acco 57 57 info['acco_doc'] = acco.getContent() 58 info['acco_review_state'] = wf.getInfoFor(acco,'review_state',None) 58 info['acco_review_state'] = wf.getInfoFor(acco,'review_state',None) 59 59 else: 60 60 info['acco'] = None … … 66 66 } 67 67 s_view_links = {'StudentApplication': None, 68 'StudentAccommodation': None,68 'StudentAccommodation': 'accommodation_view', 69 69 'StudentPersonal': None, 70 'StudentApplication': 'application_view', 70 71 'StudentStudyCourse': 'study_course_view', 71 72 }
Note: See TracChangeset for help on using the changeset viewer.