* Fix bug #41635.
This commit is contained in:
@@ -17,8 +17,11 @@ function toggleAcl(type)
|
||||
}
|
||||
if(acl == 'private')
|
||||
{
|
||||
$('#whiteListBox').removeClass('hidden');
|
||||
$('#groupBox').removeClass('hidden');
|
||||
if(libType != 'mine')
|
||||
{
|
||||
$('#whiteListBox').removeClass('hidden');
|
||||
$('#groupBox').removeClass('hidden');
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
+1
-1
@@ -329,7 +329,7 @@ class docZen extends doc
|
||||
}
|
||||
elseif($lib->type == 'mine')
|
||||
{
|
||||
$this->lang->doclib->aclList = $this->lang->doclib->mySpaceAclList['private'];
|
||||
$this->lang->doclib->aclList = $this->lang->doclib->mySpaceAclList;
|
||||
}
|
||||
elseif($lib->type != 'custom')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user