From 4682a0e80dc8e45ec3ce2c78de7e081c0f375bbc Mon Sep 17 00:00:00 2001 From: mindless Date: Tue, 10 Nov 2009 17:35:10 +0000 Subject: [PATCH] isUseProjectSecurity() was removed in 1.333 but was still referenced in jelly, so "Enable project-based security" always comes up unchecked on configure pages and project permissions are lost if not rechecked before clicking Save. Now initialize checkbox with ${instance!=null} instead. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@23630 71c3de6d-444a-0410-be80-ed276b4c234a --- .../hudson/security/AuthorizationMatrixProperty/config.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly b/core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly index 63885b5037..f0912593ab 100644 --- a/core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly +++ b/core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly @@ -23,7 +23,7 @@ THE SOFTWARE. --> - + -- GitLab