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
Describe the bug $validationMessages fields on CodeIgniter\Model is an overkill. One can always set error messages on $validationRules using errors key
CodeIgniter 4 version
v4.0.0-rc.3
Affected module(s) Codeigniter\Model
Context
OS: Ubuntu 5.4.0-6ubuntu1~16.04.12
Web server: php inbuilt server
PHP version : 7.3
The text was updated successfully, but these errors were encountered:
SunilEver
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Dec 10, 2019
$validationMessages allows errors to be set on-the-fly by the setValidationMessages() method, allowing Controllers to provide their own messages that would not ordinarily be available if using the errors key in $validationRules.
Describe the bug
$validationMessages
fields onCodeIgniter\Model
is an overkill. One can always set error messages on$validationRules
usingerrors
keyCodeIgniter 4 version
v4.0.0-rc.3
Affected module(s)
Codeigniter\Model
Context
The text was updated successfully, but these errors were encountered: