Changeset 7641 for main/waeup.sirp/trunk/src/waeup/sirp/university
- Timestamp:
- 14 Feb 2012, 07:07:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/catalog.py
r7211 r7641 56 56 class CertificateCoursesIndexes(grok.Indexes): 57 57 """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. 59 59 """ 60 60 grok.site(IUniversity) … … 67 67 @grok.subscribe(ICourse, grok.IObjectAddedEvent) 68 68 def handle_course_added(obj, event): 69 """Index an add edcourse with the local catalog.69 """Index an add course with the local catalog. 70 70 71 71 Courses are not indexed automatically, as they are not a
Note: See TracChangeset for help on using the changeset viewer.