Changeset 1716 for WAeUP_SRP/trunk/skins


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

events implemented in courses_catalog

Location:
WAeUP_SRP/trunk/skins/waeup_default
Files:
2 edited

Legend:

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

    r1366 r1716  
    3434if new_id is not None:
    3535    id = new_id
    36 if type_name == "Course":
     36if type_name == "Course": # disable if  handled by event
    3737    d = {}
    3838    ptl = request.get('PATH_TRANSLATED').split('/')
  • 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.