From 675113e0031772f4cc213643e96b3e19e4936036 Mon Sep 17 00:00:00 2001 From: Yaroslav Afenkin <91559310+yaroslavafenkin@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:40:45 +0300 Subject: [PATCH] Fix adjunct name --- .../hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly | 2 +- .../{tagform.js => svn-tagform-update-row.js} | 2 +- src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/main/resources/hudson/scm/SubversionTagAction/{tagform.js => svn-tagform-update-row.js} (99%) diff --git a/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly b/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly index 662703b0..1676d2ce 100644 --- a/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly +++ b/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly @@ -35,4 +35,4 @@ THE SOFTWARE. - \ No newline at end of file + diff --git a/src/main/resources/hudson/scm/SubversionTagAction/tagform.js b/src/main/resources/hudson/scm/SubversionTagAction/svn-tagform-update-row.js similarity index 99% rename from src/main/resources/hudson/scm/SubversionTagAction/tagform.js rename to src/main/resources/hudson/scm/SubversionTagAction/svn-tagform-update-row.js index b5ef2166..5ec4fd78 100644 --- a/src/main/resources/hudson/scm/SubversionTagAction/tagform.js +++ b/src/main/resources/hudson/scm/SubversionTagAction/svn-tagform-update-row.js @@ -11,4 +11,4 @@ window.addEventListener("DOMContentLoaded", () => { document.querySelectorAll(".svn-tagform-tag-checkbox").forEach(checkbox => { document.addEventListener("change", updateRow); }); -}); \ No newline at end of file +}); diff --git a/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly b/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly index 72186835..20a61bfd 100644 --- a/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly +++ b/src/main/resources/hudson/scm/SubversionTagAction/tagForm.jelly @@ -68,7 +68,7 @@ THE SOFTWARE.

${%Create more tags}

- +