Skip to content

Commit 962dd92

Browse files
committed
[JENKINS-75194]: add changelog (fixed by JENKINS-75194 and JENKINS-72826)
1 parent 97d9723 commit 962dd92

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,21 @@
3232
- Upgrade node requirement from 18.18.0 to 22.14.0
3333
- JENKINS-69016: This issue could not be reproduced in this version, possibly fixed by JENKINS-73239, JENKINS-75194, JENKINS-72826
3434
- JENKINS-70380: This issue could not be reproduced in this version, possibly fixed by JENKINS-73239, JENKINS-75194, JENKINS-72826
35+
- JENKINS-73210: Parameter values not displayed when references are null; note: there is no pull request linked
36+
to the JIRA issue, as it was likely fixed by another change in JS or Java code associated to another JIRA issue.
3537
- JENKINS-73239: Added test to prevent JS errors when a cascade parameter does not reference other parameters
3638
(the issue itself was closed as will not implement, due to Jenkins security that prevents loading external JS files)
3739
- JENKINS-74963: Spinning animation is not removed due to exception, select element is not found by plug-in
3840
(duplicated issues: JENKINS-73919, JENKINS-73928, JENKINS-72949, JENKINS-73022, JENKINS-73118, JENKINS-73215)
3941
- JENKINS-74967: Active choice parameter filter throws JavaScript error for parameter change event in browser console
40-
- JENKINS-75194, JENKINS-72826: Use window.requestIdleCallback instead of setTimeout to force the browser to update parameters
41-
in order, waiting for DOM to be updated (partially addresses JENKINS-75194, duplicated issues: JENKINS-75194)
42-
- JENKINS-73210: Parameter values not displayed when references are null; note: there is no pull request linked
43-
to the JIRA issue, as it was likely fixed by another change in JS or Java code associated to another JIRA issue.
4442
- JENKINS-75017: Dropdowns not working with keyboard inputs in Firefox on Windows - Jenkins version 2.479.2;
4543
note: there is no pull request linked to the JIRA issue, as it was likely fixed by another change in JS or
4644
Java code associated to another JIRA issue.
45+
- JENKINS-75194, JENKINS-72826: Use window.requestIdleCallback instead of setTimeout to force the browser to update parameters
46+
in order, waiting for DOM to be updated (partially addresses JENKINS-75194, duplicated issues: JENKINS-75194)
47+
- JENKINS-75434: DynamicReferenceParameters do not work properly after 'Active Choices Plug-in' update at Jenkins Pipeline Jobs;
48+
note: there is no pull request linked to the JIRA issue, as it was likely fixed by another change in JS or
49+
Java code associated to another JIRA issue (possibly fixed by JENKINS-75194/JENKINS-72826)
4750

4851
## Version 2.8.6 (2024/11/23)
4952

0 commit comments

Comments
 (0)