提交 bfebe87b 编写于 作者: K Kohsuke Kawaguchi

inherit from the parent.

上级 2513f92f
......@@ -54,7 +54,7 @@ public class ProjectMatrixAuthorizationStrategy extends GlobalMatrixAuthorizatio
if (amp != null) {
return amp.getACL().newInheritingACL(getACL(project.getParent()));
} else {
return getRootACL();
return getACL(project.getParent());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册