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

Add application category and change subj_comb field.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.