Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rollback) required_if and exclude_if validation #39625

Closed
wants to merge 1 commit into from

Commits on Nov 16, 2021

  1. fix(rollback) required_if and exclude_if validation

    i think you do not want to return early in these cases as @driesvints changed in this PR: laravel#37128
    that PR broke using this validation for `null` values (e.g. checkboxes that are not checked) so you cannot use it like `exclude_if,otherfield,null`
    s4muel committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d662538 View commit details
    Browse the repository at this point in the history