Changeset 16669 for main/waeup.aaue/trunk/src/waeup/aaue/students
- Timestamp:
- 6 Oct 2021, 15:52:01 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/student.py
r14298 r16669 43 43 return True 44 44 45 @property 46 def studycourse_locked(self): 47 return super(CustomStudent, self).studycourse_locked 48 45 49 # Set all attributes of Student required in IStudent as field 46 50 # properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.