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