Ignore:
Timestamp:
15 Jun 2015, 15:04:19 (9 years ago)
Author:
Henrik Bettermann
Message:

Student are always allowed to download course registration slips of passed sessions.

File:
1 edited

Legend:

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

    r13038 r13051  
    108108    def update(self):
    109109        if self.context.student.state != REGISTERED \
    110             or self.context.student.current_level != self.context.level:
     110            and self.context.student.current_level == self.context.level:
    111111            self.flash(_('Forbidden'), type="warning")
    112112            self.redirect(self.url(self.context))
Note: See TracChangeset for help on using the changeset viewer.