Ignore:
Timestamp:
28 Mar 2023, 06:18:46 (18 months ago)
Author:
Henrik Bettermann
Message:

Activate transcripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/student.py

    r17278 r17369  
    3838    @property
    3939    def transcript_enabled(self):
    40         user = get_current_principal()
    41         if user.id in ('admin', ):
    42             return True
    43         return False
     40        #user = get_current_principal()
     41        #if user.id in ('admin', ):
     42        #    return True
     43        return True
    4444
    4545# Set all attributes of Student required in IStudent as field
Note: See TracChangeset for help on using the changeset viewer.