-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Platform: All, OS: Linux
Hudson: 1.250
システム画面での保存ボタンや追加ボタンを押下しても、保存や入力項目の追加がされま
せん。
Firefoxのエラーコンソールには、
エラー: this.form.elements['ldap.managerDN'] is undefined
ソースファイル: http://localhost:8080/static/68bbac6a/scripts/hudson-behavior.js
行: 90
が出力されています。
エラーで、保存ボタン等に設定されるJavaScriptが無効になっているようです。
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=11693
Log:
[FIXED JENKINS-2260]
Turns out the test failure I saw during a release was a real problem, not a timing issue.