Commit 719eb9fe authored by Nicolas Dumazet's avatar Nicolas Dumazet

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)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43167 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 06622660
......@@ -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()
......
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