Ignore:
Timestamp:
20 Sep 2011, 06:37:25 (13 years ago)
Author:
Henrik Bettermann
Message:

We don't need to store the level of a course ticket but a boolean value if the ticket has been created automatically (due creation of the entire course list) or manually.

File:
1 edited

Legend:

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

    r6795 r6802  
    238238    faculty = Attribute('faculty of the original course')
    239239    department = Attribute('department of the original course')
    240     level = Attribute('level of the original course referrer')
     240    automatic = Attribute('automatical creation of ticket')
    241241
    242242    core_or_elective = schema.Bool(
     
    254254        )
    255255
    256     grade = schema.TextLine(
    257         title = u'Grade',
    258         default = u'',
    259         required = False,
    260         readonly = True,
    261         )
    262 
    263256class ICourseTicketAdd(ICourseTicket):
    264257    """An interface for adding course tickets
Note: See TracChangeset for help on using the changeset viewer.