- Ya
- 4 Agosti 2026, 23:04 UTC
- Mwandishi
- kamo
- Ahadi ya
- 2edfaa4
Number("1189175700550025222") is 1189175700550025200 — lead ids are unique_rowid() values above Number.MAX_SAFE_INTEGER. The quotes pane converted the route param before listing and creating, so every quote raised from a lead was stored against a lead that does not exist, and the document printed no client details. The id now passes through untouched, and leadId is typed as a string on both the request and the response so neither direction can round it. Lead.uid is already typed this way for exactly this reason. Existing quotes carrying a rounded id have been repaired.