- Timestamp:
- 14 Dec 2006, 07:32:31 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_edit.py
r1024 r1054 16 16 current = DateTime.DateTime() 17 17 import logging 18 logger = logging.getLogger('Student. application_edit')18 logger = logging.getLogger('Student.Application.Edit') 19 19 20 20 # Until ajax posts directly to its own script... -
WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py
r1036 r1054 37 37 #return REQUEST.RESPONSE.redirect(context.portal_url()) 38 38 return REQUEST.RESPONSE.redirect(context.standard_error_message()) 39 39 40 40 41 41 student = info['student'] … … 62 62 if cpsdocument_edit_button: 63 63 psm = "Content changed!" 64 logger.info('"%s","edited clearance of","%s"' % (member_id,student_id )) 64 65 if clear_doc.clr_ac_pin == "": 65 66 res = context.portal_pins(student=member_id)
Note: See TracChangeset for help on using the changeset viewer.