- Timestamp:
- 20 Dec 2006, 09:47:34 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/student_accommodation_fe.xml
r1028 r1102 108 108 <element value="edit"/> 109 109 </property> 110 <property name="hidden_layout_modes"/> 110 <property name="hidden_layout_modes"> 111 <element value="create"/> 112 </property> 111 113 <property name="hidden_readonly_layout_modes"/> 112 114 <property name="vocabulary">student_status_voc</property> -
WAeUP_SRP/trunk/skins/waeup_student/getClearanceInfo.py
r1082 r1102 42 42 info['student'] = student 43 43 info['review_state'] = wf.getInfoFor(student,'review_state',None) 44 info['app'] = student.application45 info['app_doc'] = student.application.getContent()44 #info['app'] = student.application 45 #info['app_doc'] = student.application.getContent() 46 46 info['clear'] = student.clearance 47 47 info['clear_doc'] = student.clearance.getContent() -
WAeUP_SRP/trunk/skins/waeup_student/raise_objection.py
r1082 r1102 19 19 info = context.getStudentInfo() 20 20 if not info: 21 logger.info('"%s", "tried to access", "%s"' % (context.portal_membership.getAuthenticatedMember(), requested_id))21 logger.info('"%s", "tried to access", "%s"' % (context.portal_membership.getAuthenticatedMember(),context.getStudentId())) 22 22 return context.admission_form() 23 23 current = DateTime.DateTime()
Note: See TracChangeset for help on using the changeset viewer.