Se añade el valor a assigned by con el usuario de configuracion global
Former-commit-id: f7dd22b99d8518210abc6455888c2c98270ad6e4
This commit is contained in:
parent
e7995b988e
commit
8ce3aa0b93
|
@ -15064,7 +15064,7 @@ function api_set_add_permission_user_to_group($thrash1, $thrash2, $other, $retur
|
|||
'id_perfil' => $other['data'][2],
|
||||
'id_grupo' => $other['data'][1],
|
||||
'no_hierarchy' => $other['data'][3],
|
||||
'assigned_by' => 0,
|
||||
'assigned_by' => $config['id_user'],
|
||||
'id_policy' => 0,
|
||||
'tags' => '',
|
||||
|
||||
|
|
Loading…
Reference in New Issue