Commit ec5de58
refactor(form_configurable): simplify YAML form config loading with symbol keys
- Remove namespace usage and use class name only for YAML file lookup
- Load form config YAML and directly map form fields with symbol keys
- Remove unnecessary deep_symbolize_keys call on entire YAML content
- Add comments clarifying the changes in YAML key handling
Co-authored-by: terragon-labs[bot] <terragon-labs[bot]@users.noreply.github.com>1 parent 1d88fef commit ec5de58
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
0 commit comments