-
Type:
Bug Report
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2.2-B1
-
Fix Version/s: 5.2.2-B2
-
Component/s: Admin Interfaces
-
Labels:None
-
Change Log Group:Fixed
-
Change Log Message:Date format wasn't shown in validation messages.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
In the "kValidator::GetErrorMsg" method, when "$params" (error message params) array:
- when error message contains "%" that is followed by non-whitespace symbol we execute old code (get from SVN), where "sprintf" was used
- otherwise execute current code with " {param_name}" replacement
At the end both approach should work, since we're not planning to deprecate "%s" approach in error messages.
- fixes bc break of
-
INP-1380 Use named parameters in error messages and add new parameter {field}
-
- Closed
-
- implemented in
-
[Diffusion] rINP16569 Fixes INP-1688 - Support both "%s" and "{param_name}" in validation error…
-
D293 INP-1688 - Support both "%s" and "{param_name}" in validation error messages