Ignore:
Timestamp:
13 Nov 2019, 06:49:14 (5 years ago)
Author:
Henrik Bettermann
Message:

Students must not remove course tickets if score has been imported.

File:
1 edited

Legend:

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

    r15630 r15804  
    438438
    439439    @property
     440    def removable_by_student(self):
     441        """True if student is allowed to remove the ticket.
     442        """
     443        return not self.mandatory and not self.score
     444
     445    @property
    440446    def editable_by_lecturer(self):
    441447        """True if lecturer is allowed to edit the ticket.
Note: See TracChangeset for help on using the changeset viewer.