You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but then packaging_date is a nilable attribute, the validation fails when packaging_date is blank.
Describe the solution you'd like
The more sensible behaviour to me is if the after validation is only applied in case where packaging_date is present. If packaging_date is blank, the date validation should just check the date format of expiration_date.
If this makes sense with the authors and the users, I'm totally willing to put in a PR!
The text was updated successfully, but these errors were encountered:
🦄 Feature Request
Is your feature request related to a problem?
When I'm using the
after
syntax using an attribute:but then
packaging_date
is a nilable attribute, the validation fails whenpackaging_date
is blank.Describe the solution you'd like
The more sensible behaviour to me is if the
after
validation is only applied in case wherepackaging_date
is present. Ifpackaging_date
is blank, the date validation should just check the date format ofexpiration_date
.If this makes sense with the authors and the users, I'm totally willing to put in a PR!
The text was updated successfully, but these errors were encountered: