silverstripe-userforms/code/model
Mateusz Uzdowski 1fa4c2d81d BUG Fix the edge cases for radio button conditionals.
The specific situation this is fixing is that when server-side
validation fails and results in form having non-default values. In this
case the visibility might not be correct and will need to be updated.

Also, we cannot rely on onclick events on radio group to find out the
current value when we are loading - instead we need to actually find
out the currently selected radio button.

Fixes the IsBlank and IsNotBlank conditions as well.
2012-09-11 18:56:29 +12:00
..
formfields BUG: Coding convention changes mainly replacing spaces with tabs 2012-07-17 16:09:31 +12:00
submissions BUG: Coding convention changes mainly replacing spaces with tabs 2012-07-17 16:09:31 +12:00
UserDefinedForm.php BUG Fix the edge cases for radio button conditionals. 2012-09-11 18:56:29 +12:00