Commit 3759fa55 authored by wenjie.zheng's avatar wenjie.zheng

ERP5Site.py: remove workflow tool migration in site setup, because now it will...

ERP5Site.py: remove workflow tool migration in site setup, because now it will install erp5 workflow tool instead of DCWorkflow tool.
parent 7e6420dd
......@@ -2219,8 +2219,6 @@ class ERP5Generator(PortalGenerator):
# Make sure the cache is initialized
p.portal_caches.updateCache()
# Migrate Workflow Tool at fresh installation
p.migrateToPortalWorkflowClass()
self.setupLastTools(p, **kw)
# Make sure tools are cleanly indexed with a uid before creating children
......
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