From 9b834ee4f927bbf29711f16398e639c2e463d3cb Mon Sep 17 00:00:00 2001 From: p Date: Wed, 12 Aug 2026 15:08:34 +0800 Subject: [PATCH] workspace: Tree textField/valueField/parentField --- wwwroot/api/workspace_popup.dspy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wwwroot/api/workspace_popup.dspy b/wwwroot/api/workspace_popup.dspy index 28c9e8e..c12b5a2 100644 --- a/wwwroot/api/workspace_popup.dspy +++ b/wwwroot/api/workspace_popup.dspy @@ -48,6 +48,9 @@ async with DBPools().sqlorContext(dbname) as sor: "id": "ws_tree", "options": { "dataurl": entire_url("/pipeline-sdlc/api/workspace_tree.dspy"), + "textField": "label", + "valueField": "id", + "parentField": "parentid", "css": "filler", "padding": "4px", "cheight": "100%"