-
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が無効になっているようです。
[JENKINS-2260] Can't submit in system configuration page
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 132333 ] | New: JNJira + In-Review [ 201329 ] |
Component/s | New: _unsorted [ 19622 ] | |
Component/s | Original: security [ 15508 ] |
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.