From f7f9581cd979ef555ebfae62b838b9802dcd5bba Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 16 Jul 2026 16:28:25 +0800 Subject: [PATCH] fix(billing): InlineForm target can't find sibling Tabular InlineForm and Tabular are siblings in the same VBox. Default getWidgetById() searches downward from the source widget, missing siblings. Use 'app.' prefix to resolve from root. --- wwwroot/billing.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/billing.ui b/wwwroot/billing.ui index ce0b2f9..808760c 100644 --- a/wwwroot/billing.ui +++ b/wwwroot/billing.ui @@ -34,7 +34,7 @@ "wid": "billing_form", "event": "submit", "actiontype": "method", - "target": "billing_tabular", + "target": "app.billing_tabular", "method": "render" } ]