Skip to content

Commit

Permalink
fixed manage_options bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Jun 13, 2000
1 parent fe13274 commit b94ae84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Vocabulary.py
Expand Up @@ -122,10 +122,8 @@ class Vocabulary(Item, Persistent, Implicit,

manage_options=(
(
{'label': 'Vocabulary', 'action': 'manage_main',
'target': 'manage_workspace'},
{'label': 'Query', 'action': 'manage_query',
'target': 'manage_workspace'},
{'label': 'Vocabulary', 'action': 'manage_main'},
{'label': 'Query', 'action': 'manage_query'},
)
+Item.manage_options
+AccessControl.Role.RoleManager.manage_options
Expand Down

0 comments on commit b94ae84

Please sign in to comment.