bugfix
This commit is contained in:
parent
df72c129bf
commit
f75400c4f0
@ -12,11 +12,25 @@
|
||||
"uitype": "str",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"binds":[
|
||||
{
|
||||
"wid": "self",
|
||||
"event": "submit",
|
||||
"actiontype": "urlwidget",
|
||||
"target": "self",
|
||||
"options":{
|
||||
"method": "POST",
|
||||
"params":{},
|
||||
"url": "{{entire_url('add_provider.dspy')}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
{% else %}
|
||||
{
|
||||
“widgettype": "PopupWindow"
|
||||
"widgettype": "PopupWindow",
|
||||
"options": {
|
||||
"content":{
|
||||
"widgettype": "Text",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user