Commit c2319b18 authored by Jean-Paul Smets's avatar Jean-Paul Smets

It should be possible to import portal types through path and thus order must be changed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37627 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6cd9dc60
...@@ -4991,6 +4991,8 @@ Business Template is a set of definitions, such as skins, portal types and categ ...@@ -4991,6 +4991,8 @@ Business Template is a set of definitions, such as skins, portal types and categ
# We want to have: # We want to have:
# * path after module, because path can be module content # * path after module, because path can be module content
# * path after categories, because path can be categories 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 # * skin after paths, because we can install a custom connection string as
# path and use it with SQLMethods in a skin. # path and use it with SQLMethods in a skin.
# ( and more ) # ( and more )
...@@ -5007,7 +5009,7 @@ Business Template is a set of definitions, such as skins, portal types and categ ...@@ -5007,7 +5009,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
'_workflow_item', '_workflow_item',
'_site_property_item', '_site_property_item',
'_portal_type_item', '_portal_type_item',
'_portal_type_workflow_chain_item', #'_portal_type_workflow_chain_item',
'_portal_type_allowed_content_type_item', '_portal_type_allowed_content_type_item',
'_portal_type_hidden_content_type_item', '_portal_type_hidden_content_type_item',
'_portal_type_property_sheet_item', '_portal_type_property_sheet_item',
...@@ -5021,6 +5023,7 @@ Business Template is a set of definitions, such as skins, portal types and categ ...@@ -5021,6 +5023,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
'_action_item', '_action_item',
'_portal_type_roles_item', '_portal_type_roles_item',
'_local_roles_item', '_local_roles_item',
'_portal_type_workflow_chain_item',
'_catalog_method_item', '_catalog_method_item',
'_catalog_result_key_item', '_catalog_result_key_item',
'_catalog_related_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