Merge branch 'ent-4775-Error-masivas-de-agente-sin-cambios' into 'develop'
added condition in agent massive edition See merge request artica/pandorafms!2791
This commit is contained in:
commit
13b3099553
|
@ -199,7 +199,7 @@ if ($update_agents) {
|
|||
}
|
||||
|
||||
// Update the configuration files.
|
||||
if ($result && ($old_interval_value != $values['intervalo'])) {
|
||||
if ($result && ($old_interval_value != $values['intervalo']) && !empty($values['intervalo'])) {
|
||||
enterprise_hook(
|
||||
'config_agents_update_config_token',
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue