Ignore:
Timestamp:
21 Mar 2017, 10:13:41 (8 years ago)
Author:
Henrik Bettermann
Message:

Add course_category attribute to certificate courses. Plugins must be updated!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/vocabularies.py

    r13617 r14638  
    9494        return "%s - %s" % (value.code, value.title[:64])
    9595
     96class CourseCategorySource(ContextualDictSourceFactoryBase):
     97    """A course category source provides additional information on
     98    the course.
     99    """
     100    #: name of dict to deliver from kofa utils.
     101    DICT_NAME = 'COURSE_CATEGORY_DICT'
    96102
    97103
Note: See TracChangeset for help on using the changeset viewer.