Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release Branch 14.12, Release Branch 15.12, Trunk
-
None
Description
Service entity auto not having duplicate record check when we pass single primary key.
I was working on adding Humanres/ Skill types. On adding skill type Id, I got duplicate key error as i tried to use already present skill type Id. Please find attached screenshot.
Then I thought why "already present Id error" not returned.
Error cause: On doing some research, i found issue in EntityAutoEngines's invokeCreate method where duplicate record check was missing for single primary key creation.