From 3d11ff3dc14587c4c95f323f30571b6702e83e1f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 20 May 2026 15:46:50 +0800 Subject: [PATCH] fix: upapp uapi subtable should link by upappid not apisetid After removing uapiset, each upapp owns its uapi records directly. Subtable field changed from apisetid to upappid. --- json/upapp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/upapp.json b/json/upapp.json index ef7c92c..e034730 100644 --- a/json/upapp.json +++ b/json/upapp.json @@ -18,7 +18,7 @@ "title": "APIKEY" }, { - "field":"apisetid", + "field":"upappid", "subtable": "uapi", "title": "API" }