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

dependsOn with radio using first radio regardless of checked or not

XMLWordPrintable

      When using a name referencing radios (they all have the same name since it;s a radio group) as dependency with auto-complete or validation, the value return in the parameter is always the value of the nearest radio, regardless if it is checked or not.

      It looks like this is because the qs.nearBy is just doing a findNearBy(owner, name), and does not care for radio if this is checked or not. This completely messes up any auto-completion/validation we could make using the value of the radio group.

            Unassigned Unassigned
            gdelory Guillaume DELORY
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: