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

Web 5120 form request siniflarinda bail ifadesinin kaldirilmasi ve stop on first failure ozelliginin kullanilmasi #80

Conversation

YunusEmreNalbant
Copy link
Contributor

This commit adds a new method stopOnFirstFailure to the EventBehavior class. This method indicates whether the validator should stop on the first rule failure. By default, it returns true. Developers can override this method in subclasses to change this behavior.

This commit introduces a new method, stopOnFirstFailure(), to the EventBehavior class. This method indicates whether the validator should halt execution upon encountering the first rule failure. By default, it returns true, meaning the validator will stop on the first failure. This addition enhances the flexibility and control over validation behavior within the EventBehavior class
@YunusEmreNalbant YunusEmreNalbant requested a review from deligoez May 17, 2024 07:27
@deligoez deligoez merged commit d569dd3 into main May 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants