Siropu
Well-known member
- Affected version
- 2.1.5
I have a decimal column with entity type set to float. If the value is 10.00 and I save the current entity with the same value
$entity->isChanged('column')
returns true. Input filter 'float' or 'unum' removes the decimal point so 10.00 becomes 10 and $entity->isChanged('column')
consider those two different values, returning true.