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

use Validation->getErrors() call instead of Valdation::errors to handle errors that came from session #1197

Merged
merged 1 commit into from Sep 5, 2018

Conversation

samsonasik
Copy link
Member

on Validation::getErrors(), it has handle that errors came from session with key _ci_validation_errors

For example, after call:

 return redirect('page')->withInput();

On error field, we are calling at the '/page':

var_dump( $validator->hasError('field'));

it previously won't work as the error is came from the session.

@lonnieezell
Copy link
Member

Good catch. Thanks!

@lonnieezell lonnieezell merged commit 5b1257c into codeigniter4:develop Sep 5, 2018
@samsonasik samsonasik deleted the validation-get-errors branch September 5, 2018 03:45
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.

None yet

2 participants