Daniel Keir Haywood created CAUSEWAY-3592:
---------------------------------------------
Summary: Allow @Column#scale and @Digits#scale to derive the min
fractional digits (as well as the max)
Key: CAUSEWAY-3592
URL: https://issues.apache.org/jira/browse/CAUSEWAY-3592
Project: Causeway
Issue Type: New Feature
Components: Core
Affects Versions: 2.0.0-RC2
Reporter: Daniel Keir Haywood
Assignee: Daniel Keir Haywood
Fix For: 2.0.0-RC3
Currently @Digits(scale=2) means that a big decimal (say) of "123.00" would be
rendered as "123" (while "123.45" would be rendered as "123.45". This change
is so that both are rendered to the scale number of decimal places.
A config property will be provided to support the original behaviour.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)