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

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.

        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

iD8DBQFDeA1aGhoG8MxZ/pIRAslqAKCIC0NTMmnq0i05fYsUdG88iISt5wCeMLP7
vJ0rOZD3TrY9LWETvla5ROE=
=1FjE
-----END PGP SIGNATURE-----
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to