-
Type:
Bug Report
-
Status: Scheduled
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 5.2.2
-
Component/s: Data Management
-
Labels:None
-
Change Log Group:Fixed
-
Change Log Message:Fixed cases, when floating point numbers with zero precision weren't saved to the database due to a validation error.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
- for the "kFormatter" class:
- extract logic, that is handling "cut_zeros" field option into a dedicated private "cutZeros" method
- in the "\kFormatter::TypeCast" method, when comparing "$tc_value" with "$value" wrap both variables with the "cutZeros" method call