Changeset 2518 for WAeUP_SRP


Ignore:
Timestamp:
3 Nov 2007, 19:11:50 (17 years ago)
Author:
Henrik Bettermann
Message:

use only one application schema (import and editing)

Location:
WAeUP_SRP/base/skins/waeup_student
Files:
2 edited

Legend:

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

    r2516 r2518  
    133133
    134134res,psm,ds = lt.renderLayout(layout_id= layout,
    135                              schema_id= 'application',
     135                             schema_id= 'import_application',
    136136                             layout_mode = mode,
    137137                             context=context,
     
    178178        logger.info('%s/%s tried to resubmit application record' % (member,reg_no))
    179179        res,psm_dummy,ds_dummy = lt.renderLayout(layout_id= layout,
    180                                 schema_id= 'application',
     180                                schema_id= 'import_application',
    181181                                layout_mode = mode,
    182182                                context=context,
     
    203203
    204204        res,psm_dummy,ds = lt.renderLayout(layout_id= layout,
    205                                 schema_id= 'application',
     205                                schema_id= 'import_application',
    206206                                layout_mode = mode,
    207207                                context=context,
     
    222222    object['pin'] = str(ds.get('pin'))
    223223    res,psm,ds_dummy = lt.renderLayout(layout_id= layout,
    224                                 schema_id= 'application',
     224                                schema_id= 'import_application',
    225225                                layout_mode = mode,
    226226                                context=context,
     
    235235        logger.info('%s/%s tried to edit submitted application record' % (member,reg_no))
    236236        res,psm_dummy,ds_dummy = lt.renderLayout(layout_id= layout,
    237                                 schema_id= 'application',
     237                                schema_id= 'import_application',
    238238                                layout_mode = mode,
    239239                                context=context,
     
    256256        logger.info('%s/%s entered application record' % (member,reg_no))
    257257        res,psm_dummy,ds_dummy = lt.renderLayout(layout_id= layout,
    258                                 schema_id= 'application',
     258                                schema_id= 'import_application',
    259259                                layout_mode = mode,
    260260                                context=context,
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_manage.py

    r2310 r2518  
    6666            object[field] = getattr(brains[0],field,None)
    6767        res,psm,ds = lt.renderLayout(layout_id= 'application_manage',
    68                                      schema_id= 'application',
     68                                     schema_id= 'import_application',
    6969                                     layout_mode = "edit",
    7070                                     context=context,
     
    119119
    120120res,psm_dummy,ds = lt.renderLayout(layout_id= 'application_manage',
    121                              schema_id= 'application',
     121                             schema_id= 'import_application',
    122122                             layout_mode = "edit",
    123123                             context=context,
Note: See TracChangeset for help on using the changeset viewer.