Ignore:
Timestamp:
14 Sep 2022, 20:11:03 (2 years ago)
Author:
Henrik Bettermann
Message:

ivama: This should NOT affect students whose entry_session is 2021 (newly admitted students), Reason being, they are fresh and don't needs previous session results to guide their current session registration unlike the returning students who do...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser.py

    r17089 r17098  
    13691369    def update(self):
    13701370        if self.context.student.current_mode == 'ug_ft' \
    1371             and self.context.student.current_session == 2021:
     1371            and self.context.student.current_session == 2021 \
     1372            and not self.context.student.entry_session == 2021:
    13721373            emit_lock_message(self)
    13731374            return
Note: See TracChangeset for help on using the changeset viewer.