Ignore:
Timestamp:
13 Jul 2021, 14:08:06 (3 years ago)
Author:
Henrik Bettermann
Message:

Enable applicants to upload also additional jpg files.

File:
1 edited

Legend:

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

    r16282 r16545  
    299299            if appl_file is None:
    300300                continue
     301            ext = os.path.splitext(appl_file.name)[1]
    301302            stud_file_id = IFileStoreNameChooser(student).chooseName(
    302                 attr=filename[1])
     303                attr=filename[1] + ext)
    303304            file_store.createFile(stud_file_id, appl_file)
    304305        return
Note: See TracChangeset for help on using the changeset viewer.