I noticed a strange bug in API: updateding a numeric interface will reset it's decimal precision to "x,0". Can't see a reason, why?
I expected it the decimals length to be _10,2_.
I got _10,0_
This issue was already reported here: https://github.com/directus/api/issues/814
It seems that the App is sending the correct length: _10,2_. But Api is responding with _10,0_.
Also the MySQL database's column structure will be: DECIMAL(10,0).
Modify the column in MySQL directly works as a workaround.
@mvhirsch Please update directus/api to latest version v2.0.23 and try.
@itsmerhp thank you for your reply!
Waiting for updates: https://github.com/directus/docker/issues/35
I think this is a duplicate of https://github.com/directus/api/issues/853. @benhaynes I'll close this issue.
Thanks @mvhirsch!! 馃槃