Ignore:
Timestamp:
13 May 2024, 06:26:57 (4 months ago)
Author:
Henrik Bettermann
Message:

After import with entry_mode 'transfer' we must ensure that after export and reimport the student is not transferred again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/student.py

    r16713 r17769  
    306306        try:
    307307            newcourse.certificate = certificate
    308             newcourse.entry_mode = 'transfer'
     308            # After import with entry_mode 'transfer'
     309            # we must ensure that after export and reimport
     310            # the student is not transferred again.
     311            newcourse.entry_mode = 'transferred'
    309312            newcourse.current_session = current_session
    310313            newcourse.current_level = current_level
Note: See TracChangeset for help on using the changeset viewer.