Changeset 16844 for main/waeup.fceokene


Ignore:
Timestamp:
28 Feb 2022, 17:26:11 (3 years ago)
Author:
Henrik Bettermann
Message:

Add application category and change subj_comb field.

Location:
main/waeup.fceokene/trunk/src/waeup/fceokene
Files:
2 edited

Legend:

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

    r16414 r16844  
    149149        )
    150150
    151     subj_comb = schema.TextLine(
     151    #subj_comb = schema.TextLine(
     152    #    title = _(u'Subject Combination'),
     153    #    required = False,
     154    #    readonly = False,
     155    #    )
     156
     157    subj_comb = schema.Choice(
    152158        title = _(u'Subject Combination'),
    153         required = False,
    154         readonly = False,
     159        source = AppCatCertificateSource(),
     160        required = False,
    155161        )
    156162
  • main/waeup.fceokene/trunk/src/waeup/fceokene/utils/utils.py

    r16554 r16844  
    7676        'pre': 'Pre-Degree Studies',
    7777        'prence': 'Pre-NCE/Pre-Degree Programmes',
     78        'tpu': 'Teaching Practice Unit Courses'
    7879        }
    7980
Note: See TracChangeset for help on using the changeset viewer.