fix(web): support runId in Detail page from both route parameters and query strings
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 24s
Prepare Release / Build & Create Release (push) Successful in 56s
Prepare Release / Release Notification (push) Successful in 1s
Validators (Pushes and Pull Requests) / validate-core (push) Successful in 2m8s

This commit is contained in:
2026-07-12 13:37:33 +09:00
parent 475950be36
commit f40da64a05
2 changed files with 20 additions and 4 deletions
@@ -1,4 +1,4 @@
@page "{runId}"
@page "{runId?}"
@model QuantEngine.Web.Pages.Admin.Collection.DetailModel
@{
ViewData["Title"] = "수집 실행 상세";