fields icon indicating copy to clipboard operation
fields copied to clipboard

BigDecimal with scale of more than 3 gets truncated.

Open nutmix opened this issue 7 years ago • 0 comments

See issue defined here: grails/grails-core/issues/11241 Basically, if your domain object has a BigDecimal with scale of more than 3, the value gets truncated in <f:table> <f:display> etc. I was advised to raise this issue in this project rather than the grails project. People have indicated a workaround is to implement something in grails-app/views/_fields/bigDecimal/_displayWidget.gsp, but it would be much better if we could fix the actual issue if feasible.

nutmix avatar Feb 11 '19 09:02 nutmix