From d9b23a2dc20d7be8d3bec6ce317ff65688f95c76 Mon Sep 17 00:00:00 2001 From: Seiji Sogabe Date: Wed, 21 Nov 2012 19:07:26 +0900 Subject: [PATCH] FIXED JENKINS-15887 "Disable Project" button breaks Free style project pages. --- changelog.html | 4 ++++ .../main/resources/hudson/model/AbstractProject/main.jelly | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index 6a93d1f857..75b9fca8ee 100644 --- a/changelog.html +++ b/changelog.html @@ -83,6 +83,10 @@ Upcoming changes
  • Maven2 job fails when using maven-failsafe-plugin (issue 15865) +
  • + "Disable Project" button breaks Free style project pages. + (issue 15887) + diff --git a/core/src/main/resources/hudson/model/AbstractProject/main.jelly b/core/src/main/resources/hudson/model/AbstractProject/main.jelly index ceb1829cc9..e60dc3ca64 100644 --- a/core/src/main/resources/hudson/model/AbstractProject/main.jelly +++ b/core/src/main/resources/hudson/model/AbstractProject/main.jelly @@ -25,12 +25,13 @@ THE SOFTWARE. - + + -- GitLab