Commit c015f247 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

CMFActivity: declare private by default.

parent f2318991
......@@ -658,6 +658,7 @@ class ActivityTool (BaseTool):
title = 'Activities'
allowed_types = ( 'CMF Active Process', )
security = ClassSecurityInfo()
security.declareObjectPrivate()
manage_options = tuple(
[ { 'label' : 'Overview', 'action' : 'manage_overview' }
......
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