YiiBooster
YiiBooster copied to clipboard
TbToggleAction does not validate before saving
See https://github.com/clevertech/YiiBooster/blob/master/src/actions/TbToggleAction.php#L74
$success = $model->save(false, array($attribute));
Why is validation turned off by default? I think there should either be an option to validate, or validate by default.