Merge branch 'ent-6167-fallo-wizard-procesos' into 'develop'

Fixed wizard snmp process module process field

See merge request artica/pandorafms!3396
This commit is contained in:
Daniel Rodriguez 2020-08-11 09:59:43 +02:00
commit 5deb7e6297
1 changed files with 2 additions and 0 deletions

View File

@ -3001,6 +3001,8 @@ class AgentWizard extends HTML
$module['name']
);
$newModule['name_oid'] = str_replace('"', '', $tmpSecond[3]);
// Add this new module to the module list.
$moduleBlocks[] = $newModule;
}