bugfix
This commit is contained in:
parent
92c01c9e93
commit
d4ef05d90c
@ -55,6 +55,9 @@ ui_tmpl = """
|
|||||||
"parentField":"{{parentField}}",
|
"parentField":"{{parentField}}",
|
||||||
"idField":"{{idField}}",
|
"idField":"{{idField}}",
|
||||||
"textField":"{{textField}}",
|
"textField":"{{textField}}",
|
||||||
|
{% if typeField %}
|
||||||
|
"typeField":"{{typeField}}",
|
||||||
|
{% endif %}
|
||||||
{% if params %}
|
{% if params %}
|
||||||
"params": {{json.dumps(params)}},
|
"params": {{json.dumps(params)}},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user