Wrong clients in navlist

Hi, i’m trying the user rights,
my intent is to permit a non admin user, called test, to handle some client settings and make action

this is my whole clients list
[
{
“group”: 0,
“groupname”: “”,
“id”: 2,
“name”: “aaaa”,
“override”: true
}
,{
“group”: 0,
“groupname”: “”,
“id”: 4,
“name”: “client_add_test”,
“override”: true
}
,{
“group”: 0,
“groupname”: “”,
“id”: 1,
“name”: “data-src”,
“override”: true
}
,{
“group”: 0,
“groupname”: “”,
“id”: 6,
“name”: “fusionpbx”,
“override”: true
}
,{
“group”: 0,
“groupname”: “”,
“id”: 3,
“name”: “test-domain”,
“override”: false
}
]

this is my test user rights
browse_backups 2,3,6
client_settings 2,3,6
download_image 2,3,6
lastacts 2,3,6
logs 2,3,6
progress 2,3,6
settings 2,3,6
start_backup 2,3,6
status 2,3,6
stop_backup 2,3,6

i expect that user test can handle the clients 2,3,6 settings, but i can handle only the settings of this client {“group”: 0,“groupname”: “”,“id”: 2,“name”: “aaaa”,“override”: true}
i don’t see the select item, so i’m not able to select the desire client