From 98df132a7809d4a65fa55ef14bcdbf06dc13318f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 20 May 2026 15:38:48 +0800 Subject: [PATCH] feat: add uapi subtable to upapp CRUD After removing uapiset, upapp directly manages its uapi records via apisetid. Added uapi as a subtable in upapp.json so users can view/edit APIs directly from the upapp detail page. --- json/upapp.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/json/upapp.json b/json/upapp.json index 8e8680e..ef7c92c 100644 --- a/json/upapp.json +++ b/json/upapp.json @@ -16,6 +16,11 @@ "field":"upappid", "subtable": "upappkey", "title": "APIKEY" + }, + { + "field":"apisetid", + "subtable": "uapi", + "title": "API" } ], "toolbar":{