Ignore:
Timestamp:
17 Jul 2006, 12:21:17 (18 years ago)
Author:
joachim
Message:

=added workflows for Courses aand CertificatesFolders?, corrected typo in importCertificates, addes schemas and layouts back to types definition

File:
1 edited

Legend:

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

    r311 r324  
    3636    url = ob.absolute_url()
    3737    meth_id = ti.queryMethodID('created', None)
    38 ##    if meth_id is not None:
    39 ##        getattr(context, meth_id)(object=ob)
     38    if meth_id is not None:
     39        getattr(context, meth_id)(object=ob)
    4040    action = ob.getTypeInfo().immediate_view
    4141    psm = 'psm_content_created'
Note: See TracChangeset for help on using the changeset viewer.