Ignore:
Timestamp:
12 Oct 2020, 17:52:04 (4 years ago)
Author:
Henrik Bettermann
Message:

Be more verbose.

File:
1 edited

Legend:

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

    r16279 r16282  
    204204            for item in mapping:
    205205                if item[0] == 'email':
     206                    # The field type in the application section might be
     207                    # TextLineChoice to guarantee uniqueness of email addresses.
    206208                    setattr(student, item[1], str(getattr(self, item[0], None)))
    207209                else:
Note: See TracChangeset for help on using the changeset viewer.