[Erp5-report] r43167 nicolas.dumazet - /erp5/trunk/products/ERP5/Tool/SimulationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 8 12:26:24 CET 2011


Author: nicolas.dumazet
Date: Tue Feb  8 12:26:24 2011
New Revision: 43167

URL: http://svn.erp5.org?rev=43167&view=rev
Log:
Since 42824 simulation tool was not indexed anymore.


(This is a quickfix to get test results, the BaseTool.isIndexable
value will be investigated cleanly/thoroughly later)

Modified:
    erp5/trunk/products/ERP5/Tool/SimulationTool.py

Modified: erp5/trunk/products/ERP5/Tool/SimulationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/SimulationTool.py?rev=43167&r1=43166&r2=43167&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/SimulationTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/SimulationTool.py [utf8] Tue Feb  8 12:26:24 2011
@@ -78,6 +78,7 @@ class SimulationTool(BaseTool):
     meta_type = 'ERP5 Simulation Tool'
     portal_type = 'Simulation Tool'
     allowed_types = ( 'ERP5 Applied Rule', )
+    isIndexable = True
 
     # Declarative Security
     security = ClassSecurityInfo()



More information about the Erp5-report mailing list