Changeset 2225


Ignore:
Timestamp:
12 Sep 2007, 21:04:51 (17 years ago)
Author:
Henrik Bettermann
Message:

show correct data also after resetting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/apply_pume_manage.py

    r2224 r2225  
    111111    psm = "Content changed!"
    112112    context.applicants_catalog.modifyRecord(**data)
    113     brains = context.applicants_catalog(reg_no = reg_no)
    114113    logger.info('%s edited application record of %s' % (member,reg_no))
    115114
    116115
     116brains = context.applicants_catalog(reg_no = reg_no)
    117117for field in context.applicants_catalog.schema():
    118118    object[field] = getattr(brains[0],field,None)
Note: See TracChangeset for help on using the changeset viewer.