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