fix: auto_dismiss true, no auto_close
This commit is contained in:
parent
badf9ff9e6
commit
44b287ef4b
@ -15,7 +15,7 @@
|
||||
{"widgettype": "Button", "options": {"label": "+ 新建知识库", "bgcolor": "#4a90d9", "color": "#fff"}, "binds": [
|
||||
{"wid": "self", "event": "click", "actiontype": "urlwidget",
|
||||
"target": "Popup",
|
||||
"popup_options": {"dismiss_events": ["command"]},
|
||||
"popup_options": {"auto_dismiss": true},
|
||||
"options": {"url": "{{entire_url('/knowledge_bases_list/new_kb_form.ui')}}"}}
|
||||
]}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user