Commit 933ef7c2 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

ERP5Site.py: in migration, delete the temporary portal_workflow by id.

parent c9fe4aa8
...@@ -1667,7 +1667,7 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin): ...@@ -1667,7 +1667,7 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
# migration # migration
self.portal_workflow = new_tool self.portal_workflow = new_tool
self.portal_workflow.id = 'portal_workflow' self.portal_workflow.id = 'portal_workflow'
self._delObject(new_tool) self._delObject('portal_workflow_new')
Globals.InitializeClass(ERP5Site) Globals.InitializeClass(ERP5Site)
def getBootstrapDirectory(): def getBootstrapDirectory():
......
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