Hi

It's the second time I'm confronted to this (CPS 3.3.5 then CPS 3.3.6):
the DocumentType dict exported from portal_types has the following entries:

    'cps_workspace_wf': ('workspace_content_wf',),
    'cps_section_wf': ('section_content_wf',),

and this makes CPSInstaller crash :

"""
    *  Module Products.CPSInstaller.CPSInstaller, line 308, in
verifyFlexibleTypes
    * Module Products.CPSInstaller.CPSInstaller, line 332, in
verifyWorkflowAssociations
    * Module Products.CPSInstaller.CPSInstaller, line 219, in
verifyLocalWorkflowChains
    * Module Products.CPSWorkflow.configuration, line 234, in
manage_addChain

AttributeError: 'tuple' object has no attribute 'strip'
"""

Once the doctype corrected as follow:
    'cps_workspace_wf': 'workspace_content_wf',
    'cps_section_wf': 'section_content_wf',

everything works just fine.

Is this a known bug or should I open a new ticket ?
(I searched in the trac, but didn't find it).

Regards...
-- 
bruno desthuilliers
développeur
[EMAIL PROTECTED]
http://www.modulix.com
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to