Ignore:
Timestamp:
28 Sep 2012, 19:47:52 (12 years ago)
Author:
Henrik Bettermann
Message:

Protect StudyLevelEditFormPage? and CourseTicketAddFormPage2. Students are not allowed to edit study levels which are not current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r9253 r9257  
    430430    number_of_tickets = Attribute('Number of tickets contained in this level')
    431431    certcode = Attribute('The certificate code of the study course')
     432    is_current_level = Attribute('Is this level the current level of the student?')
    432433
    433434    level_session = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.