Changeset 16945


Ignore:
Timestamp:
2 May 2022, 09:41:07 (3 years ago)
Author:
Henrik Bettermann
Message:

course_admitted must be editable.

Location:
main/waeup.uniben/trunk/src/waeup/uniben/applicants
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py

    r16807 r16945  
    111111    'locked',
    112112    'suspended',
     113    'course_admitted',
    113114    )
    114115
     
    117118    'suspended',
    118119    'applicant_id',
     120    'course_admitted',
    119121    )
    120122
     
    127129    'locked',
    128130    'suspended',
     131    'course_admitted',
    129132    )
    130133
  • TabularUnified main/waeup.uniben/trunk/src/waeup/uniben/applicants/interfaces.py

    r16858 r16945  
    582582        )
    583583
     584    course_admitted = schema.Choice(
     585        title = _(u'Admitted Course of Study'),
     586        source = CertificateSource(),
     587        required = False,
     588        )
     589
    584590class ICustomUGApplicant(IApplicantBaseData, IBankAccount):
    585591    """An undergraduate applicant.
Note: See TracChangeset for help on using the changeset viewer.