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

Custom javascript is not working when active choice reactive reference parameter refers other parameter value

      Custom javascript is not working when active choice reactive reference parameter  refers  other parameter value .

       

       

          [JENKINS-69045] Custom javascript is not working when active choice reactive reference parameter refers other parameter value

          Insure that the AC-reference parameter that loads the JavaScript function is not reactive! (in others words, don't reference any other form parameters that will change) You can not load any new JS once the build form has loaded. If you need to pass form parameters that get updated to the JS function, you have to get the parameter values using JS (I frequently use jQuery)

          Ioannis Moutsatsos added a comment - Insure that the AC-reference parameter that loads the JavaScript function is not reactive! (in others words, don't reference any other form parameters that will change) You can not load any new JS once the build form has loaded. If you need to pass form parameters that get updated to the JS function, you have to get the parameter values using JS (I frequently use jQuery)

            kinow Bruno P. Kinoshita
            kishankumark kishan kumar
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: