Changeset 1840 for WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py
- Timestamp:
- 31 May 2007, 14:19:37 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py
r1744 r1840 40 40 use_session=True) 41 41 42 student_id = context.getStudentId() 43 42 44 ##if action is None: 43 45 ## ti = doc.getTypeInfo() … … 66 68 ) 67 69 logger.info('%s edited %s (%s) of %s' % (member,context.id,course,student_id)) 68 70 69 71 elif context.portal_type == "StudentApplication": # disabled 70 72 entry_mode = ds.get('entry_mode') … … 80 82 matric_no = matric_no, 81 83 ) 82 logger.info('%s edited %s of %s' % (member,context.id,student_id)) 84 logger.info('%s edited %s of %s' % (member,context.id,student_id)) 83 85 elif context.portal_type in ("StudentPersonal",): 84 86 name = "%(firstname)s %(middlename)s %(lastname)s" % ds … … 118 120 args = getFormUidUrlArg(REQUEST) 119 121 122 logger.info('%s edited %s of %s' % (member,context.id,student_id)) 120 123 args['portal_status_message'] = psm 121 124 url = context.absolute_url() + action + '?' + urlencode(args)
Note: See TracChangeset for help on using the changeset viewer.