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:
commit
09202cebc4
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue