Merge branch 'ent-6334-10699-10652-Wizard-WMI-SNMP-no-añade-modulos-o-incluye-los-que-quiera' into 'develop'

fixed modules selection in agent wizard

See merge request artica/pandorafms!3472
This commit is contained in:
Daniel Rodriguez 2020-09-24 10:56:51 +02:00
commit 0c78b09891
1 changed files with 1 additions and 1 deletions

View File

@ -4759,7 +4759,7 @@ class AgentWizard extends HTML
var imageInfoModules = $("#image-info-modules-" + blockNumber);
var totalCount = 0;
var markedCount = 0;
var hidden_input = document.getElementById("hidden-module-active-"+switchName[2]+"_0-0");
var hidden_input = document.getElementById("hidden-module-active-"+switchName[2]+"_"+switchName[3]);
var id_input = hidden_input.id.split("_");
if (type == 'block') {
selectedBlock