Skip to content

VSN-2889/ ignore id and uuid from payload when creating a client

bouslim-saloua a demandé de fusionner feature/VSN-2889 vers develop
  • On client creation, explicitly reset id to 0 and uuid to null on the mapped entity before persisting, preventing callers from injecting arbitrary identifiers via the request payload.
  • Same reset is applied to each Contact belonging to the client, ensuring child entities also receive freshly generated IDs and UUIDs.

Rapports de requête de fusion