-
Bug
-
Resolution: Fixed
-
Critical
Loading the DynamicComboBox from ui-samples-plugin with Jenkins 1.480+ shows a js error when parsing the server output from /fillTitleItems.
This breaks combobox behaviour and also form submit if the combobox is included in a form.
- is blocking
-
JENKINS-13541 Content Type of JSON API responses is not 'application/json'
-
- Closed
-
[JENKINS-16069] Combobox component broken since 1.480
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
Link |
New:
This issue is blocking |
Code changed in jenkins
User: Vincent Latombe
Path:
changelog.html
core/src/main/java/hudson/util/ComboBoxModel.java
http://jenkins-ci.org/commit/jenkins/b6ce03878ed7523878ceffdb69e699c19a941bfc
Log:
JENKINS-16069Remove wrapping of JSON with ( )now it is done properly on Javascript side so the current server
implementation triggers javascript errors.
Result can be observed on DynamicComboBox within ui-samples-plugin