|
||||||||
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 |
[JIRA] (JENKINS-14514) Repeatable jelly tag appears to be broken in 1.474+
scm_issue_l...@java.net (JIRA) Fri, 03 Aug 2012 06:37:13 -0700
- [JIRA] (JENKINS-14514) Repeatable jelly ta... b...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... b...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... b...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... b...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... e...@marketspulse.com (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... dogf...@java.net (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... porter.bria...@gmail.com (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-14514) Repeatable jel... scm_issue_l...@java.net (JIRA)
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/resources/lib/form/repeatable/repeatable.js
http://jenkins-ci.org/commit/jenkins/acf394f4f65b6bb77d3737dff2159f0d336129dc
Log:
[FIXED JENKINS-14514] 96442cd broke "Add <Something>" buttons for many plugins.
Not yet clear to me exactly what went wrong, but debugging shows that the init(...) function
is called twice: once with legitimate arguments, then again with a bogus 'master' argument.
Seems to suffice to ignore redundant initializations of the same element.