I found a bug regarding group/client settings:
I have two clients which displays a group_value for internet_authkey
! It took me ages to notice that (checked AJAX response for the right value). Other clients display their own value but two of them display group_value instead of value_client.
AJAX response for wrong client:
{
"internet_authkey": {
"use": 1,
"value": "bbbb",
"value_client": "bbbb",
"value_group": "aaaa"
}
}
And for another client:
{
"internet_authkey": {
"use": 2,
"value": "cccc",
"value_client": "",
"value_group": "aaaa"
}
}
urbackup should not use 2
at all for that key, right? This settings should not have group value right?
Only display issue, the clients have right value in their generated installers