Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
FixedChange Log Message
Date format wasn't shown in validation messages.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
1h loggedStory Points
1Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Fixed
Change Log Message
Date format wasn't shown in validation messages.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
1h logged
Story Points
1
Fix versions
Affects versions
Created March 21, 2017 at 11:05 AM
Updated December 29, 2024 at 8:51 PM
Resolved July 16, 2017 at 6:04 PM
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.