Commit bc2ddf2b authored by Sebastien Robin's avatar Sebastien Robin

we need to install workflows before portal types


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1460 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2bc4df8b
......@@ -711,6 +711,11 @@ Business Template is a set of definitions, such as skins, portal types and categ
self.installPermissions(local_configuration, update=update)
LOG('install Business Template: ',0,'security information updated')
# Objects and properties
self.installObjects(local_configuration, update=update)
self.installProperties(local_configuration, update=update)
LOG('install Business Template: ',0,'object and properties updated')
# Portal Types
self.installPortalTypes(local_configuration, update=update)
LOG('install Business Template: ',0,'portal types updated')
......@@ -718,11 +723,6 @@ Business Template is a set of definitions, such as skins, portal types and categ
# Modules.
self.installModules(local_configuration, update=update)
# Objects and properties
self.installObjects(local_configuration, update=update)
self.installProperties(local_configuration, update=update)
LOG('install Business Template: ',0,'object and properties updated')
# Skins
self.installSkins(local_configuration, update=update)
LOG('install Business Template: ',0,'skins updated')
......
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