Se añade el valor a assigned by con el usuario de configuracion global

Former-commit-id: f7dd22b99d8518210abc6455888c2c98270ad6e4
This commit is contained in:
marcos.alconada 2019-04-24 13:31:43 +02:00
parent e7995b988e
commit 8ce3aa0b93
1 changed files with 1 additions and 1 deletions

View File

@ -15064,7 +15064,7 @@ function api_set_add_permission_user_to_group($thrash1, $thrash2, $other, $retur
'id_perfil' => $other['data'][2], 'id_perfil' => $other['data'][2],
'id_grupo' => $other['data'][1], 'id_grupo' => $other['data'][1],
'no_hierarchy' => $other['data'][3], 'no_hierarchy' => $other['data'][3],
'assigned_by' => 0, 'assigned_by' => $config['id_user'],
'id_policy' => 0, 'id_policy' => 0,
'tags' => '', 'tags' => '',