[Erp5-report] r36851 kazuhiko - /erp5/trunk/products/ERP5/Document/SolverDecision.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 5 11:00:55 CEST 2010


Author: kazuhiko
Date: Mon Jul  5 11:00:54 2010
New Revision: 36851

URL: http://svn.erp5.org?rev=36851&view=rev
Log:
rename the method to get a dict of  possible values.

Modified:
    erp5/trunk/products/ERP5/Document/SolverDecision.py

Modified: erp5/trunk/products/ERP5/Document/SolverDecision.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SolverDecision.py?rev=36851&r1=36850&r2=36851&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SolverDecision.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SolverDecision.py [utf8] Mon Jul  5 11:00:54 2010
@@ -100,7 +100,7 @@ class SolverDecision(ConfigurableMixin, 
     else:
       return solver_type.getDefaultConfigurationPropertyDict(self)
 
-  def getDefaultConfigurationPropertyListDict(self):
+  def getConfigurationPropertyListDict(self):
     """
     Returns a dictionary of possible values for specified
     configurable object
@@ -110,7 +110,7 @@ class SolverDecision(ConfigurableMixin, 
     if solver_type is None:
       return {}
     else:
-      return solver_type.getDefaultConfigurationPropertyListDict(self)
+      return solver_type.getConfigurationPropertyListDict(self)
 
   def getExplanationMessage(self, all=False):
     """




More information about the Erp5-report mailing list