mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#489 - @Draftable - insert does not set 'draft' to true ... so subsequent update fails
This commit is contained in:
@@ -754,6 +754,7 @@ public final class PersistRequestBean<T> extends PersistRequest implements BeanP
|
||||
intercept.setLoadedProperty(i);
|
||||
}
|
||||
beanDescriptor.setEmbeddedOwner(entityBean);
|
||||
beanDescriptor.setDraft(entityBean);
|
||||
}
|
||||
|
||||
public boolean isReference() {
|
||||
|
||||
Reference in New Issue
Block a user