show default group name also if group folder does not yet exist
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3902 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
36694d3da5
commit
793f943f99
1 changed files with 2 additions and 2 deletions
|
@ -249,8 +249,8 @@ class ManageWorkspaceView(PermissionView):
|
|||
for pn in apn]
|
||||
gfName = self.context.workspaceGroupsFolderName
|
||||
gf = getGroupsFolder(self.context, gfName)
|
||||
if gf is None:
|
||||
return result
|
||||
#if gf is None:
|
||||
# return result
|
||||
parentRMget = IPrincipalRoleManager(self.parent).getPrincipalsForRole
|
||||
wsiRMget = IPrincipalRoleManager(self.context).getPrincipalsForRole
|
||||
for item in result:
|
||||
|
|
Loading…
Add table
Reference in a new issue