This commit is contained in:
李硕
2024-02-06 16:49:37 +08:00
parent 8ccb39448f
commit b7171297f7
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -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
View File
@@ -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')
{