Commit b3593492 authored by Michel Pelletier's avatar Michel Pelletier

fixed manage_options bug

parent 944226c4
......@@ -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
......
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