Commit eea5d794 authored by Jim Fulton's avatar Jim Fulton

Updated permissions.

parent 4a87f76d
...@@ -77,8 +77,8 @@ class ExternalMethod(OFS.SimpleItem.Item, Persistent, Explicit, ...@@ -77,8 +77,8 @@ class ExternalMethod(OFS.SimpleItem.Item, Persistent, Explicit,
__ac_permissions__=( __ac_permissions__=(
('View management screens', ['manage_main','manage_tabs']), ('View management screens', ['manage_main','manage_tabs']),
('Change permissions', ['manage_access']), ('Change permissions', ['manage_access']),
('Change', ['manage_edit',]), ('Change External Methods', ['manage_edit',]),
('View', ['__call__',]), ('View', ['__call__','']),
) )
def __init__(self, id, title, module, function): def __init__(self, id, title, module, function):
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
# #
############################################################################## ##############################################################################
__doc__='''External Method Product Initialization __doc__='''External Method Product Initialization
$Id: __init__.py,v 1.6 1998/02/23 18:28:36 jim Exp $''' $Id: __init__.py,v 1.7 1998/05/20 21:18:49 jim Exp $'''
__version__='$Revision: 1.6 $'[11:-2] __version__='$Revision: 1.7 $'[11:-2]
import ExternalMethod import ExternalMethod
from ImageFile import ImageFile from ImageFile import ImageFile
...@@ -34,12 +34,16 @@ misc_={'function_icon': ...@@ -34,12 +34,16 @@ misc_={'function_icon':
__ac_permissions__=( __ac_permissions__=(
('Add External Methods', ('Add External Methods',
('manage_addExternalMethodForm', 'manage_addExternalMethod')), ('manage_addExternalMethodForm', 'manage_addExternalMethod')),
('Change External Methods', ()),
) )
############################################################################## ##############################################################################
# #
# $Log: __init__.py,v $ # $Log: __init__.py,v $
# Revision 1.7 1998/05/20 21:18:49 jim
# Updated permissions.
#
# Revision 1.6 1998/02/23 18:28:36 jim # Revision 1.6 1998/02/23 18:28:36 jim
# updated permissions # updated 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