mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Fix admin group resources setting
This commit is contained in:
parent
47dafb19e7
commit
8e1aba2cf4
@ -1278,7 +1278,7 @@ function setupCreateGroupDialog(){
|
||||
separator = "+";
|
||||
});
|
||||
|
||||
group_json['group']['admin_group_resources'] = resources;
|
||||
group_json['group']['admin_resources'] = resources;
|
||||
|
||||
if ( $('#group_admin_res_user', dialog).prop("checked") ){
|
||||
group_json['group']['admin_manage_users'] = "YES";
|
||||
|
Loading…
x
Reference in New Issue
Block a user