Commit ac080924 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

ERP5TypeTestCase: Action Information are indexable

parent 66d2350b
...@@ -1651,7 +1651,7 @@ def optimize(): ...@@ -1651,7 +1651,7 @@ def optimize():
if not 'portal_types' in full_indexing_set: if not 'portal_types' in full_indexing_set:
from Products.ERP5Type.Core.ActionInformation import ActionInformation from Products.ERP5Type.Core.ActionInformation import ActionInformation
from Products.ERP5Type.Core.RoleInformation import RoleInformation from Products.ERP5Type.Core.RoleInformation import RoleInformation
ActionInformation.isIndexable = RoleInformation.isIndexable = \ RoleInformation.isIndexable = \
ConstantGetter('isIndexable', value=False) ConstantGetter('isIndexable', value=False)
if not 'portal_property_sheets' in full_indexing_set: if not 'portal_property_sheets' in full_indexing_set:
from Products.ERP5Type.Core.StandardProperty import StandardProperty from Products.ERP5Type.Core.StandardProperty import StandardProperty
......
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