feat(cms): retire legacy single-track forms; route single-track edit into BatchEdit (8.M)

This commit is contained in:
daniel-c-harvey
2026-06-14 11:53:06 -04:00
parent 05130aaed2
commit 898fcfaa04
6 changed files with 67 additions and 603 deletions
@@ -2,7 +2,7 @@
@* Session-medium fields. When AllowHeroUpload is true (BatchUpload create path), the hero image
file picker is shown — the file is held by the parent and POSTed after the release is created.
When false (edit paths: BatchEdit, TrackEdit, TrackNew), the original guidance alert is rendered
When false (edit path: BatchEdit), the original guidance alert is rendered
instead, directing the admin to the Sessions browser per-row replace action. This gate prevents
a dead/inert control on edit forms that do not wire the hero callbacks. *@
@if (AllowHeroUpload)