提交 034250a1 编写于 作者: K kohsuke

[FIXED HUDSON-1773] for backward compatibility, the ADMINISTER right should...

[FIXED HUDSON-1773] for backward compatibility, the ADMINISTER right should imply the CHECK right. In 1.221.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9763 71c3de6d-444a-0410-be80-ed276b4c234a
上级 dc218a67
......@@ -32,9 +32,9 @@ import org.kohsuke.stapler.StaplerResponse;
*/
public abstract class FormFieldValidator {
public static final Permission CHECK = new Permission(Hudson.PERMISSIONS, "check", Permission.FULL_CONTROL);
public static final Permission CHECK = new Permission(Hudson.PERMISSIONS, "check", Hudson.ADMINISTER);
protected final StaplerRequest request;
protected final StaplerRequest request;
protected final StaplerResponse response;
private final Permission permission;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册