Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigDecimal with scale of more than 3 gets truncated. #293

Open
nutmix opened this issue Feb 11, 2019 · 0 comments
Open

BigDecimal with scale of more than 3 gets truncated. #293

nutmix opened this issue Feb 11, 2019 · 0 comments

Comments

@nutmix
Copy link

nutmix commented Feb 11, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant