Commit bcce0fec authored by Nicolas Dumazet's avatar Nicolas Dumazet

remove extraneous commit, and let BT code handle that by himself.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43091 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ebbde72
......@@ -37,7 +37,7 @@ from AccessControl import ClassSecurityInfo, Unauthorized, getSecurityManager
from Products.CMFCore.utils import getToolByName
from Products.PythonScripts.PythonScript import PythonScript
from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
from Products.ERP5Type.Base import WorkflowMethod, _aq_reset
from Products.ERP5Type.Base import WorkflowMethod
from Products.ERP5Type.Utils import readLocalDocument, \
writeLocalDocument, \
importLocalDocument, \
......@@ -3701,8 +3701,6 @@ class PropertySheetTemplateItem(DocumentTemplateItem,
# migrated
update_parameter_dict[key] = 'migrate'
transaction.commit()
def install(self, context, **kw):
if not self._perform_migration:
return DocumentTemplateItem.install(self, context, **kw)
......
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