Commit 656789e
fix(app-showcase): surface Task Detail quick actions in the record_section bar (#2082)
The Task Detail page's `record:quick_actions` bar (location: 'record_section')
names `showcase_mark_done` + `showcase_log_time`, but neither action declared
the `record_section` location, so the engine location-filtered them out and the
drawer showed the dev placeholder "record:quick_actions — no actions configured".
Add `record_section` to both actions' locations, mirroring the platform's own
sys-user pages, so the Mark Done / Log Time buttons render.
Co-authored-by: Jack Zhuang <zhuangjianguo@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3187952 commit 656789e
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
85 | | - | |
| 88 | + | |
| 89 | + | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| |||
0 commit comments