mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
PL-8173 For identity-ID entity in composition, edit right after create yields another instance
This commit is contained in:
parent
06cdbde496
commit
55d782992c
@ -38,6 +38,7 @@ public abstract class BaseDbGeneratedIdEntity extends BaseGenericIdEntity<IdProx
|
||||
|
||||
@Override
|
||||
public void setId(IdProxy idProxy) {
|
||||
this.idProxy = idProxy;
|
||||
setDbGeneratedId(idProxy.get());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user