Skip to content

Commit

Permalink
HelpSys got removed with Zope 4
Browse files Browse the repository at this point in the history
  • Loading branch information
andbag committed Aug 23, 2016
1 parent 1032369 commit d707343
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Products/PluginIndexes/CompositeIndex/CompositeIndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,9 @@ class CompositeIndex(UnIndex):

manage_options = (
{'label': 'Settings',
'action': 'manage_main',
'help': ('CompositeIndex', 'CompositeIndex_Settings.stx')},
'action': 'manage_main'},
{'label': 'Browse',
'action': 'manage_browse',
'help': ('CompositeIndex', 'CompositeIndex_Settings.stx')},
'action': 'manage_browse'},
)

query_options = ("query", "operator")
Expand Down

0 comments on commit d707343

Please sign in to comment.