Commit 389b31e0 authored by 's avatar

Fixes to get Shared to be displayed

parent 9ffb99a2
"""Access control support"""
__version__='$Revision: 1.12 $'[11:-2]
__version__='$Revision: 1.13 $'[11:-2]
from Globals import HTMLFile, MessageDialog
......@@ -366,7 +366,8 @@ class Permission:
if roles is None:
return ['Manager','Anonymous']
return roles
return []
#return []
return ['Shared']
def setRoles(self, roles):
# Add the given list of role names to the appropriate
......
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