From 4cc721b3c92b84bbbca3770018b8f407b54bdcac Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Tue, 9 Nov 2004 15:13:45 +0000
Subject: [PATCH] Fixed ERP5TypeInformation's manage_propertiesForm : it wasn't
 using the patched method.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1900 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/ZopePatch.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5Type/ZopePatch.py b/product/ERP5Type/ZopePatch.py
index e1f019c18c..91a8f47c45 100755
--- a/product/ERP5Type/ZopePatch.py
+++ b/product/ERP5Type/ZopePatch.py
@@ -67,6 +67,7 @@ from OFS.PropertyManager import PropertyManager, type_converters
 from OFS.PropertyManager import escape
 from Globals import DTMLFile
 from Products.ERP5Type.Utils import createExpressionContext
+from Products.ERP5Type.ERP5Type import ERP5TypeInformation
 from Products.CMFCore.Expression import Expression
 
 class ERP5PropertyManager(PropertyManager):
@@ -209,6 +210,7 @@ PropertyManager._propertyMap = ERP5PropertyManager._propertyMap
 PropertyManager.propdict = ERP5PropertyManager.propdict
 PropertyManager.hasProperty = ERP5PropertyManager.hasProperty
 PropertyManager.getProperty = ERP5PropertyManager.getProperty
+ERP5TypeInformation.manage_propertiesForm = ERP5PropertyManager.manage_propertiesForm
 
 from ZPublisher.Converters import type_converters, field2string
 
-- 
2.30.9