-
Bug
-
Resolution: Fixed
-
Major
-
None
When you have two fields whose validations are inter-related:
<f:entry field="aaa"> <f:textbox /> </f:entry> <f:entry field="bbb"> <f:select /> </f:entry>
Then the check method on "aaa" that uses two values:
FormValidation doCheckAaa(@QueryParameter String value, @QueryParameter String bbb) { ... }
The check method should trigger when the select field changes its value, but stephenc found that it doesn't.
- is related to
-
JENKINS-19248 regression: Upgrading to 1.528 ("Upgrade Automatically") breaks "configure"
-
- Resolved
-
See https://github.com/jenkinsci/subversion-plugin/commit/1018396aaf1bf272a0bd50592413ca6387868ffa but needs https://github.com/jenkinsci/credentials-plugin/commit/404ee093a655d0cb5717c61736b5af844472bf07 to compile