Skip to content

Prevent storing Decimal with too much trailing zero

The trailing zero are kept in the Decimal and rendered in the string representation which is unexpected for a field with limited digits.

Closes #12587 (closed)

Merge request reports