Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #1175 from daniel-beck/JENKINS-21720-2
[FIXED JENKINS-20597 JENKINS-21720] Improved config confirmation.
- Loading branch information
Showing
with
56 additions
and 10 deletions.
- +1 −0 core/src/main/resources/hudson/logging/LogRecorder/configure.jelly
- +1 −0 core/src/main/resources/hudson/model/Computer/configure.jelly
- +2 −1 core/src/main/resources/hudson/model/ComputerSet/_new.jelly
- +1 −0 core/src/main/resources/hudson/model/ComputerSet/configure.jelly
- +3 −1 core/src/main/resources/hudson/model/Job/configure.jelly
- +3 −0 core/src/main/resources/hudson/model/Run/configure.jelly
- +1 −0 core/src/main/resources/hudson/model/User/configure.jelly
- +1 −0 core/src/main/resources/hudson/model/View/configure.jelly
- +1 −0 core/src/main/resources/hudson/model/labels/LabelAtom/configure.jelly
- +2 −0 core/src/main/resources/hudson/security/GlobalSecurityConfiguration/index.groovy
- +1 −0 core/src/main/resources/jenkins/model/Jenkins/configure.jelly
- +39 −8 core/src/main/resources/lib/form/confirm.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -71,6 +71,7 @@ THE SOFTWARE. | ||
<f:submit value="${%Save}" /> | ||
</f:block> | ||
</f:form> | ||
<st:adjunct includes="lib.form.confirm" /> | ||
</l:main-panel> | ||
</l:layout> | ||
</j:jelly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -46,6 +46,7 @@ THE SOFTWARE. | ||
<f:submit value="${%Save}"/> | ||
</f:bottomButtonBar> | ||
</f:form> | ||
<st:adjunct includes="lib.form.confirm" /> | ||
</l:main-panel> | ||
</l:layout> | ||
</j:jelly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -44,6 +44,7 @@ THE SOFTWARE. | ||
<f:apply /> | ||
</f:bottomButtonBar> | ||
</f:form> | ||
<st:adjunct includes="lib.form.confirm" /> | ||
</l:main-panel> | ||
</l:layout> | ||
</j:jelly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -59,6 +59,7 @@ THE SOFTWARE. | ||
<f:apply /> | ||
</f:bottomButtonBar> | ||
</f:form> | ||
<st:adjunct includes="lib.form.confirm" /> | ||
</l:main-panel> | ||
</l:layout> | ||
</j:jelly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -59,6 +59,7 @@ THE SOFTWARE. | ||
<f:apply /> | ||
</f:bottomButtonBar> | ||
</f:form> | ||
<st:adjunct includes="lib.form.confirm" /> | ||
</l:main-panel> | ||
</l:layout> | ||
</j:jelly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -43,6 +43,7 @@ THE SOFTWARE. | ||
<f:submit value="${%Save}"/> | ||
</f:block> | ||
</f:form> | ||
<st:adjunct includes="lib.form.confirm" /> | ||
</l:main-panel> | ||
</l:layout> | ||
</j:jelly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -56,6 +56,8 @@ l.layout(norefresh:true, permission:app.ADMINISTER, title:my.displayName) { | ||
f.apply() | ||
} | ||
} | ||
|
||
st.adjunct(includes: "lib.form.confirm") | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -65,6 +65,7 @@ THE SOFTWARE. | ||
<f:apply /> | ||
</f:bottomButtonBar> | ||
</f:form> | ||
<st:adjunct includes="lib.form.confirm" /> | ||
</l:main-panel> | ||
</l:layout> | ||
</j:jelly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters