* [task#132738,done,1h] Adjust view acls.

This commit is contained in:
daitingting
2024-11-26 16:56:03 +08:00
committed by 綦新志
parent 3fb5919617
commit 621619ea01
+1 -1
View File
@@ -1080,7 +1080,7 @@ class userModel extends model
/* 只要有一个权限分组没有配置过视图权限,就代表所有视图都没有访问限制。 */
if(empty($group->acl))
{
$actionAllow = true;
$programAllow = $projectAllow = $productAllow = $sprintAllow = $viewAllow = $actionAllow = true;
break;
}