note before switching tasks

This commit is contained in:
spencerrlongg 2024-02-22 15:01:14 -06:00
parent 14358651e4
commit b6fa6cba22

View file

@ -305,6 +305,8 @@ class ValidationServiceProvider extends ServiceProvider
$options = $field->formatFieldValuesAsArray();
// temporarily decrypt for validation
// so, this is breaking patches, i don't really get why.
// is it not encrypted here on an update? need to do more testing. :(
if($field->field_encrypted) {
$value = Crypt::decrypt($value);
}