Merge branch 'ent-7099-11462-Crear-grupo-de-agentes-con-contraseña-mediante-la-API' into 'develop'

Added new field in api call

See merge request artica/pandorafms!4040
This commit is contained in:
Daniel Rodriguez 2021-05-10 09:14:25 +00:00
commit 12ccb680d6
1 changed files with 1 additions and 0 deletions

View File

@ -8412,6 +8412,7 @@ function api_set_create_group($id, $thrash1, $other, $thrash3)
$values['contact'] = $safe_other_data[6]; $values['contact'] = $safe_other_data[6];
$values['other'] = $safe_other_data[7]; $values['other'] = $safe_other_data[7];
$values['max_agents'] = $safe_other_data[8]; $values['max_agents'] = $safe_other_data[8];
$values['password'] = $safe_other_data[9];
$id_group = groups_create_group($group_name, $values); $id_group = groups_create_group($group_name, $values);