Commit e8195d92 authored by Amos Latteier's avatar Amos Latteier

Added basic permission information for help topics.

parent a143d1df
......@@ -187,7 +187,10 @@ class HelpTopic(Acquisition.Implicit, HelpTopicBase, Item, PropertyManager, Pers
{'label':'View', 'action':'index_html'},
)
__ac_permissions__=()
__ac_permissions__=(
('View', ('index_html', 'SearchableText', 'url')),
'Access contents information', ('helpValues',)),
)
def index_html(self, REQUEST, RESPONSE):
"View the Help Topic"
......
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