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)
All legacy (hg-git based) Projects have been automatically migrated to native with the upgrade of 2025-01-23
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)