Commit 1c7a75da authored by Alexandre Boeglin's avatar Alexandre Boeglin

Portal Type Workflow Chain are now separated from Portal Type exports.

Portal Type Workflow Chain and Portal Type Role Definition added to guess of
    Portal Type Properties.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5385 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f33c763
This diff is collapsed.
......@@ -37,6 +37,11 @@ class BusinessTemplate:
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_portal_type_workflow_chain',
'description' : 'A list of workflow chains of portal types used by this template',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_portal_type_allowed_content_type',
'description' : 'A list of allowed content types for portal types',
'type' : 'lines',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment