Commit 5613e596 authored by wenjie.zheng's avatar wenjie.zheng

ERP5Site.py: install ERP5Workflow Tool instead of CMFWorkflow tool during the creation of the site.

parent 1afca470
......@@ -1716,6 +1716,7 @@ class PortalGenerator:
addCMFDefaultTool('Default Properties Tool', None)
addCMFDefaultTool('Default Metadata Tool', None)
addCMFDefaultTool('Default Syndication Tool', None)
addERP5Tool(p, 'portal_workflow', 'Workflow Tool')
# try to install CMFUid without raising exceptions if not available
try:
......
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