Ignore:
Timestamp:
14 Feb 2012, 07:07:46 (13 years ago)
Author:
Henrik Bettermann
Message:

Add current_mode index to students_catalog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/catalog.py

    r7211 r7641  
    5656class CertificateCoursesIndexes(grok.Indexes):
    5757    """This catalog is needed for automatic removal of certificate courses
    58     and later for selection course tickets in the students section.
     58    and later for selection of course tickets in the students section.
    5959    """
    6060    grok.site(IUniversity)
     
    6767@grok.subscribe(ICourse, grok.IObjectAddedEvent)
    6868def handle_course_added(obj, event):
    69     """Index an added course with the local catalog.
     69    """Index an add course with the local catalog.
    7070
    7171    Courses are not indexed automatically, as they are not a
Note: See TracChangeset for help on using the changeset viewer.