mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
FIX: Bean did not get dirty when modified with ExpressionPath.pathSet
This commit is contained in:
@@ -798,7 +798,7 @@ public class BeanProperty implements ElPropertyValue, Property {
|
||||
|
||||
if (bean != null) {
|
||||
Object logicalVal = convertToLogicalType(value);
|
||||
setValue((EntityBean) bean, logicalVal);
|
||||
setValueIntercept((EntityBean) bean, logicalVal);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user