From 45f637be890d1d857203056ff9bf5ab144123c91 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Tue, 14 Feb 2012 20:16:41 +0900 Subject: [PATCH] Enable by default the migration of bt5 filesystem Document and Extensions to ZODB for Business Templates. --- product/ERP5/Document/BusinessTemplate.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index 498b8a68be..d937d1abe5 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -3763,9 +3763,6 @@ class DocumentTemplateItem(FilesystemToZodbTemplateItem): some Business Templates may still have filesystem Extensions which need to be migrated to the ZODB. """ - # XXX-arnau: the code is far from being stable - _perform_migration = False - _tool_id = 'portal_components' @staticmethod -- 2.30.9