cjo9900 commented on Bug JENKINS-14495

I think I have tracked the error down to the hetro list which in this case asserts because the prototypes variable, is undefined at this point
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/form/hetero-list/hetero-list.js#L17
so calling previous() fails.

Putting an if check in for prototypes == null and returning at that point, seems to allow the the page to load correctly and the configuration to be saved correctly.

Not sure of the side affects as I am not a JS expert.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to