-
Bug
-
Resolution: Fixed
-
Critical
-
-
2.427, 2.426.1
https://github.com/jenkinsci/jenkins/pull/6460 seems to introduce a regression for form validation for fields that are initially hidden under advanced section.
I've created a dummy plugin to make easier to see.
Having the plugin installed, going to Global configuration page, scrolling to the corresponding section and expanding the advanced section I'm observing this:
Form validation message is rendered for the field that's not under the advanced section, though no validation for the field under Advanced section.
doCheckAnotherField is invoked on page load and the corresponding response is received, but not rendered.
- is caused by
-
JENKINS-68373 Update form validation appearance
-
- Closed
-
- links to
[JENKINS-71252] Form validation is never displayed for fields initially hidden under Advanced section (regression in 2.355)
Link |
New:
This issue is caused by |
Priority | Original: Minor [ 4 ] | New: Critical [ 2 ] |
Summary | Original: Form validation is not displayed for fields initially hidden under Advanced section | New: Form validation is never displayed for fields initially hidden under Advanced section |
Summary | Original: Form validation is never displayed for fields initially hidden under Advanced section | New: Form validation is never displayed for fields initially hidden under Advanced section (regression in 2.355) |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Assignee | New: Daniel Beck [ danielbeck ] |
Core-only reproduction steps:
Configure a Freestyle job, Add an "Execute Shell" build step, click "Advanced", click "Add Environment Filter", select "Only Keep Specified…", uncheck "Retain characteristic environment variables". That'll show a form validation warning for the checkbox.
Save and reload the form, click "Advanced." No form validation for the checkbox now until you change its state.