fix: quote entire_url arguments in CRUD json subtables (use string not variable)
This commit is contained in:
parent
ae883e015c
commit
ecada505c9
@ -59,7 +59,7 @@
|
||||
{
|
||||
"field": "opportunity_id",
|
||||
"title": "阶段变更历史",
|
||||
"url": "{{entire_url(opportunity_stage_history)}}",
|
||||
"url": "{{entire_url('opportunity_stage_history')}}",
|
||||
"subtable": "opportunity_stage_history"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user