Changeset 17814 for main


Ignore:
Timestamp:
7 Jun 2024, 09:34:16 (3 months ago)
Author:
Henrik Bettermann
Message:

…in state ‚clearance requested‘ also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r17807 r17814  
    817817    #: A tuple containing the names of registration states in which changing of
    818818    #: passport pictures is allowed.
    819     PORTRAIT_CHANGE_STATES = (CLEARANCE, ADMITTED)
     819    PORTRAIT_CHANGE_STATES = (CLEARANCE, ADMITTED, REQUESTED)
    820820
    821821    def allowPortraitChange(self, student):
Note: See TracChangeset for help on using the changeset viewer.