Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-22583

hetero-radio should work with multiple instances of the same ui

      If there are multiple instances of the same page include (e.g. Build-Steps), then only the last one is opened (see https://github.com/wolfs/groovy-plugin/commit/68fb0018f602d55e04a332e240489b07888861f6 where I fixed it for the groovy plugin).
      Adding a unique identifier solves the problem.

          [JENKINS-22583] hetero-radio should work with multiple instances of the same ui

          Code changed in jenkins
          User: Stefan Wolf
          Path:
          pom.xml
          src/main/java/jenkins/plugins/ui_samples/HeteroList.java
          src/main/resources/jenkins/plugins/ui_samples/HeteroList/HeteroRadioEntry/config.jelly
          src/test/java/jenkins/plugins/ui_samples/HeteroListTest.java
          http://jenkins-ci.org/commit/ui-samples-plugin/06ecb947511f89b5d1f5c32c2fb56522f4e3d24b
          Log:
          JENKINS-22583 Added hetero-radio to Ui-Samples with roundtrip-test

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stefan Wolf Path: pom.xml src/main/java/jenkins/plugins/ui_samples/HeteroList.java src/main/resources/jenkins/plugins/ui_samples/HeteroList/HeteroRadioEntry/config.jelly src/test/java/jenkins/plugins/ui_samples/HeteroListTest.java http://jenkins-ci.org/commit/ui-samples-plugin/06ecb947511f89b5d1f5c32c2fb56522f4e3d24b Log: JENKINS-22583 Added hetero-radio to Ui-Samples with roundtrip-test

          Code changed in jenkins
          User: Jesse Glick
          Path:
          pom.xml
          src/main/java/jenkins/plugins/ui_samples/HeteroList.java
          src/main/resources/jenkins/plugins/ui_samples/HeteroList/HeteroRadioEntry/config.jelly
          src/test/java/jenkins/plugins/ui_samples/HeteroListTest.java
          http://jenkins-ci.org/commit/ui-samples-plugin/edf3a3af0e71d3f9a8ff233671bfdaa7a8a165d0
          Log:
          Merge pull request #2 from wolfs/hetero-radio

          JENKINS-22583 Added hetero-radio to Ui-Samples with roundtrip-test

          Compare: https://github.com/jenkinsci/ui-samples-plugin/compare/29361d447783...edf3a3af0e71

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: pom.xml src/main/java/jenkins/plugins/ui_samples/HeteroList.java src/main/resources/jenkins/plugins/ui_samples/HeteroList/HeteroRadioEntry/config.jelly src/test/java/jenkins/plugins/ui_samples/HeteroListTest.java http://jenkins-ci.org/commit/ui-samples-plugin/edf3a3af0e71d3f9a8ff233671bfdaa7a8a165d0 Log: Merge pull request #2 from wolfs/hetero-radio JENKINS-22583 Added hetero-radio to Ui-Samples with roundtrip-test Compare: https://github.com/jenkinsci/ui-samples-plugin/compare/29361d447783...edf3a3af0e71

          Code changed in jenkins
          User: Stefan Wolf
          Path:
          core/src/main/resources/lib/form/hetero-radio.jelly
          http://jenkins-ci.org/commit/jenkins/0e845b678f7922a009709e113161f74bd6a90af1
          Log:
          [FIXED JENKINS-22583] Use unique id to distinguish between multiple included instances of the same page.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stefan Wolf Path: core/src/main/resources/lib/form/hetero-radio.jelly http://jenkins-ci.org/commit/jenkins/0e845b678f7922a009709e113161f74bd6a90af1 Log: [FIXED JENKINS-22583] Use unique id to distinguish between multiple included instances of the same page.

          Code changed in jenkins
          User: Stefan Wolf
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/b93d77119f0df2c89bc0c50727affe2a6755df76
          Log:
          JENKINS-22583 Changelog

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stefan Wolf Path: changelog.html http://jenkins-ci.org/commit/jenkins/b93d77119f0df2c89bc0c50727affe2a6755df76 Log: JENKINS-22583 Changelog

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          core/src/main/resources/lib/form/hetero-radio.jelly
          http://jenkins-ci.org/commit/jenkins/0faa7b7d2383320fc2357d687a6c535b20c7ef2b
          Log:
          Merge branch 'hetero-radio' of github.com:wolfs/jenkins
          JENKINS-22583 Noting merge of #1182.
          Conflicts:
          changelog.html

          Compare: https://github.com/jenkinsci/jenkins/compare/5789f0c75c37...0faa7b7d2383

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html core/src/main/resources/lib/form/hetero-radio.jelly http://jenkins-ci.org/commit/jenkins/0faa7b7d2383320fc2357d687a6c535b20c7ef2b Log: Merge branch 'hetero-radio' of github.com:wolfs/jenkins JENKINS-22583 Noting merge of #1182. Conflicts: changelog.html Compare: https://github.com/jenkinsci/jenkins/compare/5789f0c75c37...0faa7b7d2383

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3309
          [FIXED JENKINS-22583] Use unique id to distinguish between multiple included instances of the same page. (Revision 0e845b678f7922a009709e113161f74bd6a90af1)
          JENKINS-22583 Changelog (Revision b93d77119f0df2c89bc0c50727affe2a6755df76)

          Result = SUCCESS
          Stefan Wolf : 0e845b678f7922a009709e113161f74bd6a90af1
          Files :

          • core/src/main/resources/lib/form/hetero-radio.jelly

          Stefan Wolf : b93d77119f0df2c89bc0c50727affe2a6755df76
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #3309 [FIXED JENKINS-22583] Use unique id to distinguish between multiple included instances of the same page. (Revision 0e845b678f7922a009709e113161f74bd6a90af1) JENKINS-22583 Changelog (Revision b93d77119f0df2c89bc0c50727affe2a6755df76) Result = SUCCESS Stefan Wolf : 0e845b678f7922a009709e113161f74bd6a90af1 Files : core/src/main/resources/lib/form/hetero-radio.jelly Stefan Wolf : b93d77119f0df2c89bc0c50727affe2a6755df76 Files : changelog.html

          Code changed in jenkins
          User: Stefan Wolf
          Path:
          core/src/main/resources/lib/form/hetero-radio.jelly
          http://jenkins-ci.org/commit/jenkins/7f04fa31e5bb589bb527684308308327405e3817
          Log:
          [FIXED JENKINS-22583] Use unique id to distinguish between multiple included instances of the same page.

          (cherry picked from commit 0e845b678f7922a009709e113161f74bd6a90af1)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stefan Wolf Path: core/src/main/resources/lib/form/hetero-radio.jelly http://jenkins-ci.org/commit/jenkins/7f04fa31e5bb589bb527684308308327405e3817 Log: [FIXED JENKINS-22583] Use unique id to distinguish between multiple included instances of the same page. (cherry picked from commit 0e845b678f7922a009709e113161f74bd6a90af1)

            wolfs Stefan Wolf
            wolfs Stefan Wolf
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: