From c2ebc937b7f794fd6a57e3f5b50261cfbd8a99aa Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Wed, 7 Feb 2018 11:59:08 +0900 Subject: [PATCH] ActivityTool: Do not mark as non-indexable. portal_activities contains documents which need to be (and are) indexed. For consistency, the tool itself should be indexable. --- product/CMFActivity/ActivityTool.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/CMFActivity/ActivityTool.py b/product/CMFActivity/ActivityTool.py index fe8b509bd9..8aab8095af 100644 --- a/product/CMFActivity/ActivityTool.py +++ b/product/CMFActivity/ActivityTool.py @@ -628,8 +628,6 @@ class ActivityTool (Folder, UniqueObject): allowed_types = ( 'CMF Active Process', ) security = ClassSecurityInfo() - isIndexable = False - manage_options = tuple( [ { 'label' : 'Overview', 'action' : 'manage_overview' } , { 'label' : 'Activities', 'action' : 'manageActivities' } -- 2.30.9