[Erp5-report] r42834 romain - /erp5/trunk/products/ERP5Type/patches/ActionInformation.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jan 31 16:40:22 CET 2011
Author: romain
Date: Mon Jan 31 16:40:22 2011
New Revision: 42834
URL: http://svn.erp5.org?rev=42834&view=rev
Log:
Surcharge _getIconExpressionObject as _getIconObject, as it is used by
getInfoData.
Modified:
erp5/trunk/products/ERP5Type/patches/ActionInformation.py
Modified: erp5/trunk/products/ERP5Type/patches/ActionInformation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/ActionInformation.py?rev=42834&r1=42833&r2=42834&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/ActionInformation.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/ActionInformation.py [utf8] Mon Jan 31 16:40:22 2011
@@ -149,6 +149,7 @@ if 1:
ActionInformation.__init__ = __init__
ActionInformation.getAction = getAction
ActionInformation._getIconObject = _getIconObject
+ActionInformation._getIconExpressionObject = _getIconObject
ActionInformation.getIconExpression = getIconExpression
ActionInformation.setIconExpression = setIconExpression
ActionInformation.getDescription = getDescription
More information about the Erp5-report
mailing list