Ignore:
Timestamp:
27 Jan 2007, 15:40:19 (18 years ago)
Author:
joachim
Message:

M profiles/default/schemas/certificate_course.xml
make level searchable
M profiles/default/layouts/course.xml
add code to course layout to allow creation
M skins/waeup_default/waeup_edit.py
M skins/waeup_default/waeup_document_create_do.py
M skins/waeup_custom/folder_delete.py
fix that courses_catalog also get updated
M skins/waeup_academics/courses_view.pt
M skins/waeup_academics/getCoursesInfo.py
use courses catalog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/folder_delete.py

    r586 r1366  
    2727        # XXX has to be called from here since the workflow doesn't handle the
    2828        # deletion yet
     29        if context.portal_type == "CoursesFolder":
     30            context.courses_catalog.deleteRecord(id)
    2931        ob = getattr(here, id)
    3032        from Products.CPSCore.EventServiceTool import getPublicEventService
Note: See TracChangeset for help on using the changeset viewer.