Commit 72dfda61 authored by Julien Muchembled's avatar Julien Muchembled

Reapply r37627 (which was reverted by mistake during sync with trunk)

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38074 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 260129f0
......@@ -4076,6 +4076,8 @@ Business Template is a set of definitions, such as skins, portal types and categ
# We want to have:
# * path after module, because path can be module content
# * path after categories, because path can be categories content
# * path before workflow chain, because path can be a portal type
# (until chains are set on portal types with categories)
# * skin after paths, because we can install a custom connection string as
# path and use it with SQLMethods in a skin.
# ( and more )
......@@ -4092,7 +4094,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
'_workflow_item',
'_site_property_item',
'_portal_type_item',
'_portal_type_workflow_chain_item',
#'_portal_type_workflow_chain_item',
'_portal_type_allowed_content_type_item',
'_portal_type_hidden_content_type_item',
'_portal_type_property_sheet_item',
......@@ -4106,6 +4108,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
'_action_item',
'_portal_type_roles_item',
'_local_roles_item',
'_portal_type_workflow_chain_item',
'_catalog_method_item',
'_catalog_result_key_item',
'_catalog_related_key_item',
......
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