Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.1, Git Master
-
Fix Version/s: 2.1.2
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
UnitOfWork::getEntityState checks for the state by using the id as one indicator. This can be created using a pre-insert generator though, which means the entity does not have to exist at all, even though an id was already generated.
Fixed