From afc38438b03bc1d38afb2d15d005e89a19408b30 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 23 May 2026 18:46:59 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20old=20raw=20detail=20tables=20f?= =?UTF-8?q?rom=20pending=20review=20card=20=E2=80=94=20use=20per-field=20a?= =?UTF-8?q?pproval=20UI=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index 55d6ab9..5d2dafd 100644 --- a/static/index.html +++ b/static/index.html @@ -2295,7 +2295,6 @@ function renderCsPendingReview() {
${chgCount}
Changed
${remCount}
Removed
-
@@ -2304,8 +2303,8 @@ function renderCsPendingReview() {
`; - // Load full detail for the pending batch - loadPendingBatchDetail(pending.id); + // Pre-fetch field changes data for the review button (don't render old detail tables) +} } async function loadPendingBatchDetail(batchId) {