bugfix
This commit is contained in:
parent
9fd6eba6da
commit
45a41e2685
@ -8,11 +8,11 @@
|
|||||||
"sortby":"username",
|
"sortby":"username",
|
||||||
"logined_userorgid":"orgid",
|
"logined_userorgid":"orgid",
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id"],
|
"exclouded": ["id", "password", "orgid", "nick_name" ],
|
||||||
"cwidth": {}
|
"cwidth": {}
|
||||||
},
|
},
|
||||||
"editexclouded": [
|
"editexclouded": [
|
||||||
"id"
|
"id", "nick_name", "orgid"
|
||||||
],
|
],
|
||||||
"subtables": [
|
"subtables": [
|
||||||
{
|
{
|
||||||
|
@ -3,19 +3,23 @@
|
|||||||
"widgettype":"HBox",
|
"widgettype":"HBox",
|
||||||
"options":{
|
"options":{
|
||||||
"css":"clickable",
|
"css":"clickable",
|
||||||
"popup":{
|
"cwidth":10
|
||||||
"options":{
|
|
||||||
"auto_dismiss":true
|
|
||||||
},
|
|
||||||
"popup_desc":{
|
|
||||||
"widgettype":"urlwidget",
|
|
||||||
"options":{
|
|
||||||
"url":"{{entire_url('user_menu.ui')}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"popup_event":"click"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"binds":[
|
||||||
|
{
|
||||||
|
"wid":"self",
|
||||||
|
"event":"click",
|
||||||
|
"actiontype":"urlwidget",
|
||||||
|
"popup_options":{
|
||||||
|
"eventpos":true,
|
||||||
|
"dismiss_events":["command"]
|
||||||
|
},
|
||||||
|
"target":"Popup",
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('user_menu.ui')}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"subwidgets":[
|
"subwidgets":[
|
||||||
{
|
{
|
||||||
"widgettype":"Icon",
|
"widgettype":"Icon",
|
||||||
|
Loading…
Reference in New Issue
Block a user