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

refactor: improve Validation Placeholder error message #8639

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Mar 20, 2024

Description
See #8638

Checklist:

  • Securely signed commits
  • [] Component(s) with PHPDoc blocks, only if necessary or adds value
  • [] Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

'No validation rules for the placeholder: ' . $field
'No validation rules for the placeholder: "' . $field
. '". You must set the validation rules for the field.'
. ' See <https://codeigniter4.github.io/userguide/libraries/validation.html#validation-placeholders>.'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
. ' See <https://codeigniter4.github.io/userguide/libraries/validation.html#validation-placeholders>.'
. ' See <https://codeigniter.com/user_guide/libraries/validation.html#validation-placeholders>.'

Consistent link

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kenjis kenjis changed the title refactor: Improve Validation Placeholder error message refactor: improve Validation Placeholder error message Mar 20, 2024
@kenjis kenjis merged commit 446aa0b into codeigniter4:develop Mar 25, 2024
63 checks passed
@kenjis kenjis deleted the improve-validation-error-msg branch March 25, 2024 23:20
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.

3 participants