Changeset 2225 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 12 Sep 2007, 21:04:51 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_pume_manage.py
r2224 r2225 111 111 psm = "Content changed!" 112 112 context.applicants_catalog.modifyRecord(**data) 113 brains = context.applicants_catalog(reg_no = reg_no)114 113 logger.info('%s edited application record of %s' % (member,reg_no)) 115 114 116 115 116 brains = context.applicants_catalog(reg_no = reg_no) 117 117 for field in context.applicants_catalog.schema(): 118 118 object[field] = getattr(brains[0],field,None)
Note: See TracChangeset for help on using the changeset viewer.