[Erp5-report] r31292 kazuhiko - /erp5/trunk/products/ERP5/Document/SolverDecision.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Dec 14 18:06:46 CET 2009
Author: kazuhiko
Date: Mon Dec 14 18:06:44 2009
New Revision: 31292
URL: http://svn.erp5.org?rev=31292&view=rev
Log:
enable isIndexable, because we need to index Solver Decision so as to find the related Solver Decision document from a Target Solver document.
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=31292&r1=31291&r2=31292&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SolverDecision.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SolverDecision.py [utf8] Mon Dec 14 18:06:44 2009
@@ -64,7 +64,9 @@
meta_type = 'ERP5 Solver Decision'
portal_type = 'Solver Decision'
add_permission = Permissions.AddPortalContent
- isIndexable = 0 # We do not want to fill the catalog with objects on which we need no reporting
+ # XXX we need to index Solver Decision so as to find the related Solver
+ # Decision document from a Target Solver document.
+ # isIndexable = 0 # We do not want to fill the catalog with objects on which we need no reporting
# Declarative security
security = ClassSecurityInfo()
More information about the Erp5-report
mailing list