Ignore:
Timestamp:
25 May 2012, 06:58:27 (12 years ago)
Author:
Henrik Bettermann
Message:

Do only allow certificates in corresponding application category as choice course of study.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py

    r8453 r8518  
    369369    course1 = schema.Choice(
    370370        title = _(u'1st Choice Course of Study'),
    371         source = CertificateSource(),
     371        source = AppCatCertificateSource(),
    372372        required = True,
    373373        )
    374374    course2 = schema.Choice(
    375375        title = _(u'2nd Choice Course of Study'),
    376         source = CertificateSource(),
     376        source = AppCatCertificateSource(),
    377377        required = False,
    378378        )
Note: See TracChangeset for help on using the changeset viewer.