You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: