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