Commit 06b9a733 authored by Amos Latteier's avatar Amos Latteier

Relabeled 'manage_security' from 'Security' to 'Define Permissions'. This...

Relabeled 'manage_security' from 'Security' to 'Define Permissions'. This makes things clearer and consistent with a related change in App/Management.py
parent d64fa196
......@@ -113,7 +113,7 @@ class ZCommonSheet(OFS.PropertySheets.PropertySheet, OFS.SimpleItem.Item):
manage_options=(
{'label':'Properties', 'action':'manage'},
{'label':'Security', 'action':'manage_security'},
{'label':'Define Permissions', 'action':'manage_security'},
)
__ac_permissions__=(
......
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