-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

bruno desthuilliers wrote:
> Julien Anguenot wrote:
>> bruno desthuilliers wrote:
>>
>>>> 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).
>>>>
>>
>> Please create a new ticket if it's not within the trac.
>>
> 
> Ok, done, #1130.
> 
> 

merci.

        J.

- --
Julien Anguenot | Nuxeo R&D (Paris, France)
CPS Platform : http://www.cps-project.org
Zope3 / ECM   : http://www.z3lab.org
mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDeL08GhoG8MxZ/pIRAlymAJ9AKD/JkxMGpN0MTK3jFPItTu7ZcQCgiKOc
Izro4+WTNw8lZ6IjIbhdkJ0=
=Sbce
-----END PGP SIGNATURE-----
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to