Changeset 1716 for WAeUP_SRP/trunk/skins
- Timestamp:
- 26 Apr 2007, 19:48:55 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/waeup_document_create_do.py
r1366 r1716 34 34 if new_id is not None: 35 35 id = new_id 36 if type_name == "Course": 36 if type_name == "Course": # disable if handled by event 37 37 d = {} 38 38 ptl = request.get('PATH_TRANSLATED').split('/') -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py
r1571 r1716 102 102 ) 103 103 logger.info('%s edited %s of %s' % (member,context.id,student_id)) 104 elif context.portal_type == "Course": 104 elif context.portal_type == "Course": # disable if handled by events 105 105 dd = {} 106 106 dd.update(ds) # ds is not a real dictionary
Note: See TracChangeset for help on using the changeset viewer.