fix: template兼容无editable字段的CRUD定义,editable.binds访问前先检查editable存在性
This commit is contained in:
parent
981da3d1e5
commit
a55654674a
@ -43,7 +43,7 @@ data_browser_tmpl = """
|
|||||||
{% else %}
|
{% else %}
|
||||||
"update_data_url":{%- raw -%}"{{entire_url('update_{%- endraw -%}{{summary[0].name}}{%- raw -%}.dspy')}}"{%- endraw %}
|
"update_data_url":{%- raw -%}"{{entire_url('update_{%- endraw -%}{{summary[0].name}}{%- raw -%}.dspy')}}"{%- endraw %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if editable.binds %}
|
{% if editable and editable.binds %}
|
||||||
,"binds":{{json.dumps(editable.binds, indent=4, ensure_ascii=False)}}
|
,"binds":{{json.dumps(editable.binds, indent=4, ensure_ascii=False)}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user