Commit 91ae7f07 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

enable isIndexable, because we need to index Solver Decision so as to find the...

enable isIndexable, because we need to index Solver Decision so as to find the related Solver Decision document from a Target Solver document.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31292 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e62d4ac9
......@@ -64,7 +64,9 @@ class SolverDecision(XMLObject):
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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment