bugfix
This commit is contained in:
parent
a05353a0e2
commit
1e0f3a408d
@ -9,6 +9,13 @@ kw = {
|
|||||||
"actiontype": "script",
|
"actiontype": "script",
|
||||||
"target": 'app.' + params_kw.data_widget,
|
"target": 'app.' + params_kw.data_widget,
|
||||||
"script": "this.render()"
|
"script": "this.render()"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"wid": "self",
|
||||||
|
"event": "dismissed",
|
||||||
|
"actiontype": "script",
|
||||||
|
"target": 'app.' + params_kw.referer_widget,
|
||||||
|
"script": "this.dismiss()"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user