Ignore:
Timestamp:
26 Apr 2007, 19:48:55 (17 years ago)
Author:
joachim
Message:

events implemented in courses_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py

    r1571 r1716  
    102102                                             )
    103103        logger.info('%s edited %s of %s' % (member,context.id,student_id))
    104     elif context.portal_type == "Course":
     104    elif context.portal_type == "Course": # disable if handled by events
    105105        dd = {}
    106106        dd.update(ds) # ds is not a real dictionary
Note: See TracChangeset for help on using the changeset viewer.