Commit 7107e3df authored by Andreas Jung's avatar Andreas Jung

fixed the name of the permission (there is no roundup product involved here)

parent c787fb6d
...@@ -26,7 +26,7 @@ modulesecurity.declareProtected('View management screens', ...@@ -26,7 +26,7 @@ modulesecurity.declareProtected('View management screens',
'manage_addZReSTForm') 'manage_addZReSTForm')
manage_addZReSTForm = DTMLFile('dtml/manage_addZReSTForm', globals()) manage_addZReSTForm = DTMLFile('dtml/manage_addZReSTForm', globals())
modulesecurity.declareProtected('Add Z Roundups', 'manage_addZReST') modulesecurity.declareProtected('Add RestructuredText Document', 'manage_addZReST')
def manage_addZReST(self, id, file='', REQUEST=None): def manage_addZReST(self, id, file='', REQUEST=None):
"""Add a ZReST product """ """Add a ZReST product """
# validate the instance_home # validate the instance_home
......
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