Commit 8fc5963
committed
fix(V2): replace _.snakeCase with digit-safe camelToSnake converter
Lodash _.snakeCase splits on letter-to-digit transitions, producing
cad_trust_aef_t_1_submission_id instead of cad_trust_aef_t1_submission_id
for AEF field names. This caused getRecordField to silently miss FK
references on AEF tables, bypassing ownership checks.1 parent 57f823e commit 8fc5963
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
204 | | - | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| |||
0 commit comments