Ignore:
Timestamp:
16 Oct 2006, 22:30:16 (18 years ago)
Author:
joachim
Message:

fixed several bugs in the Apply for PUME Process:
jamb_reg_no had wrong widget
applying with a different PIN a second time led to an error.

the new fields:
appl_email, appl_mobile are set to hidden in laymode create
could not set the fields to required, cause that broke the applyForm.
layout: student_application.xml still has them set to required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_pins/getBatchInfo.py

    r709 r710  
    3232        jno = item['student']
    3333        res = context.portal_catalog(SearchableText=jno,portal_type='StudentApplication')
    34         if len(res) > 1:
     34        if len(res) > 0:
    3535            item['student_url'] = "%s/%s" % (context.portal_url(),res[0].relative_path)
    3636        else:
Note: See TracChangeset for help on using the changeset viewer.