Hi,
We've got a codefirst paragraph itemtype with a decimal field created as followed:
[Group("Algemeen")]
[Name("Score")]
[Decimal]
public decimal Score { get; set; }
But the value isn't saved as decimal. It keeps getting rouded to the closest whole number when saved.
Tried it with another codefirst itemtype but shows same behaviour. Then tried it with itemtype created in the backend this is working fine.
The solution is running on version 8.8.1.6.
Thanks for your help.
BR Jesse