Merge branch 'ent-13771-problemas-integracion-pandora-itsm-con-pandora-fms-interminables-entradas-en-tconfig' into 'develop'

fix token repeat infite pandora_enterprise#13771

See merge request artica/pandorafms!7413
This commit is contained in:
Daniel Rodriguez 2024-05-24 08:26:07 +00:00
commit 081066a272
1 changed files with 2 additions and 2 deletions

View File

@ -1991,7 +1991,7 @@ function config_update_config()
$ITSM_groups_agents_sync = get_parameter(
'ITSM_groups_agents_sync',
null
''
);
if (empty($ITSM_groups_agents_sync) === false) {
@ -3958,7 +3958,7 @@ function config_process_config()
}
if (!isset($config['ITSM_groups_agents_sync'])) {
config_update_value('ITSM_groups_agents_sync', null);
config_update_value('ITSM_groups_agents_sync', '');
}
// Module Library.