| Summary: | MVC not truncating extra decimals | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | smythew |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Justin Spadea
Fixed MVCTemplate.java. For all types except timestamp, we now pass in getType() when creating the AS expression for the commit helper, instead of getType().getClassifier(). Timestamp needs to use getClassifier() to match what's expected by InternalTimestampFormatter.unformat() Verified. |