Commit c2ebc937 authored by Vincent Pelletier's avatar Vincent Pelletier

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.
parent b9202251
......@@ -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' }
......
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