From ecada505c98c649da4c9bb3a0f9e79636799de76 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 08:47:59 +0800 Subject: [PATCH] fix: quote entire_url arguments in CRUD json subtables (use string not variable) --- json/opportunities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/opportunities.json b/json/opportunities.json index 2ac38aa..fb7ee16 100644 --- a/json/opportunities.json +++ b/json/opportunities.json @@ -59,7 +59,7 @@ { "field": "opportunity_id", "title": "阶段变更历史", - "url": "{{entire_url(opportunity_stage_history)}}", + "url": "{{entire_url('opportunity_stage_history')}}", "subtable": "opportunity_stage_history" } ]