-
Bug
-
Resolution: Fixed
-
Minor
-
None
Custom javascript is not working when active choice reactive reference parameter refers other parameter value .
- is duplicated by
-
JENKINS-63509 JavaScript inside "Formatted HTML" stop work, when Groovy script uses a value of another parameter
-
- Open
-
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)