Merge branch 'ent-8088-Alertas-SNMP-no-mantienen-el-valor-en-dropdowns' into 'develop'

Ent 8088 alertas snmp no mantienen el valor en dropdowns

See merge request artica/pandorafms!4458
This commit is contained in:
Daniel Rodriguez 2021-11-16 09:15:02 +00:00
commit 09202cebc4
1 changed files with 1 additions and 1 deletions

View File

@ -1513,7 +1513,7 @@ $(document).ready (function () {
$('#table_macros-field' + i)
.removeAttr('class');
$("[name=field" + i + "_value]").val(old_value);
$("[name=field" + i + "_value]").val(old_value).trigger('change');
$('#table_macros-field').show();
}
}