Changeset 18056


Ignore:
Timestamp:
9 Apr 2025, 05:07:20 (5 days ago)
Author:
Henrik Bettermann
Message:

disable "add/create level" for ug_ft students for 2023/2024

File:
1 edited

Legend:

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

    r18041 r18056  
    13151315
    13161316class CustomAddStudyLevelFormPage(AddStudyLevelFormPage):
    1317     """ This page is temporarily locked.
     1317    """ This page is temporarily locked. for all ug students in 2023.
    13181318    """
    13191319    def update(self):
    13201320        if self.context.student.current_mode == 'ug_ft' \
    1321             and self.context.student.current_session <= 2022 \
     1321            and self.context.student.current_session <= 2023 \
    13221322            and self.context.student.fullname != 'anna-tester':
    13231323            emit_lock_message(self)
Note: See TracChangeset for help on using the changeset viewer.