From ebd8ff1f0d85ee80650fe6730162975f00b81c63 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 5 Mar 2013 17:55:28 -0500 Subject: [PATCH] [FIXED JENKINS-17087] getSortedDescriptorsForGlobalConfigUnclassified needed to avoid clobbering GlobalCrumbIssuerConfiguration in Jenkins.doConfigSubmit. --- changelog.html | 3 +++ core/src/main/java/hudson/Functions.java | 20 +++++++++++++++++++ core/src/main/java/jenkins/model/Jenkins.java | 9 ++++++--- .../jenkins/model/Jenkins/configure.jelly | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/changelog.html b/changelog.html index 1a7a945654..06a27b30a7 100644 --- a/changelog.html +++ b/changelog.html @@ -55,6 +55,9 @@ Upcoming changes