Commit 6b5779d
authored
fix(examples): ADR-0079 — app-todo task uses nameField, not retired titleFormat (#2465)
The app-todo example modeled the retired `titleFormat` pattern. With
autoprov (provisionPrimary at registry) now designating a derived
nameField, a render-only titleFormat is at best advisory and at worst
shadowed. Migrate to the canonical `nameField: 'subject'` so the example
demonstrates ADR-0079 best practice and the record-title gate stays
clean. Drops the now-unused `tmpl` import.
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>1 parent b4a5df0 commit 6b5779d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments