[KULRICE-7834] Freemarker is formatting non-string types Created: 06/Aug/12 Updated: 03/Apr/13 Resolved: 09/Aug/12 |
|
Status: | Closed |
Project: | Kuali Rice Development |
Component/s: | Development |
Affects Version/s: | None |
Fix Version/s: | 2.2.0-m3, 2.2 |
Security Level: | Public (Public: Anyone can view) |
Type: | Bug Fix | Priority: | Critical |
Reporter: | Jerry Neal (Inactive) | Assignee: | Jerry Neal (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||
Rice Module: |
KRAD
|
||||||||
KAI Review Status: | Not Required | ||||||||
KTI Review Status: | Not Required |
Description |
Freemarker has built in formatting for boolean, dates, and numbers which cases problems like the maxLength coming out as 4,000 instead of 4000. We need to remove the formatting: http://freemarker.sourceforge.net/docs/ref_directive_setting.html |