bugfix
This commit is contained in:
parent
beb7d2f646
commit
da47ad0cdb
@ -110,10 +110,27 @@
|
|||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "urlwidget",
|
"widgettype": "urlwidget",
|
||||||
|
"id": "global_menu_widget",
|
||||||
"options": {
|
"options": {
|
||||||
"url": "{{entire_url('global_menu.ui')}}"
|
"url": "{{entire_url('global_menu.ui')}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"binds": [
|
||||||
|
{
|
||||||
|
"wid": "app",
|
||||||
|
"event": "user_logined",
|
||||||
|
"actiontype": "script",
|
||||||
|
"target": "self",
|
||||||
|
"script": "sageReloadMenu()"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"wid": "app",
|
||||||
|
"event": "sage_logout",
|
||||||
|
"actiontype": "script",
|
||||||
|
"target": "self",
|
||||||
|
"script": "sageReloadMenu()"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user