Changeset 16844 for main/waeup.fceokene/trunk/src/waeup/fceokene/applicants
- Timestamp:
- 28 Feb 2022, 17:26:11 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py
r16414 r16844 149 149 ) 150 150 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( 152 158 title = _(u'Subject Combination'), 153 required = False,154 re adonly= False,159 source = AppCatCertificateSource(), 160 required = False, 155 161 ) 156 162
Note: See TracChangeset for help on using the changeset viewer.