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

f:dropdownDescriptorSelector ignores help.html for the selected descriptor

      f:dropdownDescriptorSelector can pick up help for the whole field. But frequently you would want to specify help for each selectable item. There appears no way to do this, other than adding a f:block with text to the config.jelly of that item, or adding a help-subField.html for one or more of its fields.

          [JENKINS-25130] f:dropdownDescriptorSelector ignores help.html for the selected descriptor

          Code changed in jenkins
          User: Jesse Glick
          Path:
          cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
          http://jenkins-ci.org/commit/workflow-plugin/f5bf1a6ded8f1dae2a39c339308cf76b169091b2
          Log:
          JENKINS-25130 Add help per item when available.
          Looks a little odd because there is nothing we can put in the columns prior to the help button.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly http://jenkins-ci.org/commit/workflow-plugin/f5bf1a6ded8f1dae2a39c339308cf76b169091b2 Log: JENKINS-25130 Add help per item when available. Looks a little odd because there is nothing we can put in the columns prior to the help button.

          Code changed in jenkins
          User: Jesse Glick
          Path:
          cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
          http://jenkins-ci.org/commit/workflow-cps-plugin/d9eaac3178e318cbd1bf0e96c03ebc0b226d4c06
          Log:
          JENKINS-25130 Add help per item when available.
          Looks a little odd because there is nothing we can put in the columns prior to the help button.
          Originally-Committed-As: f5bf1a6ded8f1dae2a39c339308cf76b169091b2

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly http://jenkins-ci.org/commit/workflow-cps-plugin/d9eaac3178e318cbd1bf0e96c03ebc0b226d4c06 Log: JENKINS-25130 Add help per item when available. Looks a little odd because there is nothing we can put in the columns prior to the help button. Originally-Committed-As: f5bf1a6ded8f1dae2a39c339308cf76b169091b2

          Jesse Glick added a comment -

          Seems that f:property has the same problem. rsandell seems to be working around this by preceding it with an empty f:entry.

          Jesse Glick added a comment - Seems that f:property has the same problem. rsandell seems to be working around this by preceding it with an empty f:entry .

          Jesse Glick added a comment -

          jenkins #5417 fixes this at least for f:dropdownDescriptorSelector.

          Jesse Glick added a comment - jenkins #5417 fixes this at least for f:dropdownDescriptorSelector .

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: