I try creating Entity with id via api user.
payload:
But Entity created with generated id;
At https://github.com/espocrm/espocrm/b...abase.php#L298 I see checking ID
but here https://github.com/espocrm/espocrm/b...cord.php#L1129 id is unsettled.
If I comment this line all ok, but I don't know how this change affecting all other situations.
Where is true?
payload:
Code:
{"id":"asd123","name":"name"}
At https://github.com/espocrm/espocrm/b...abase.php#L298 I see checking ID
but here https://github.com/espocrm/espocrm/b...cord.php#L1129 id is unsettled.
If I comment this line all ok, but I don't know how this change affecting all other situations.
Where is true?
Comment