From 78c4f15c1656fae015b5eb33c3ecd5eec68098aa Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 21 Dec 2022 12:56:26 +0100 Subject: [PATCH] 9994 Add trigger to id_module_group --- pandora_console/include/javascript/pandora_modules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/javascript/pandora_modules.js b/pandora_console/include/javascript/pandora_modules.js index b626a8f969..7a0915b6ee 100644 --- a/pandora_console/include/javascript/pandora_modules.js +++ b/pandora_console/include/javascript/pandora_modules.js @@ -380,6 +380,7 @@ function configure_modules_form() { $("#text-snmp_oid").val(js_html_entity_decode(data["snmp_oid"])); $("#oid, img#edit_oid").hide(); $("#id_module_group").val(data["id_module_group"]); + $("#id_module_group").trigger("change"); $("#max_timeout").attr("value", data["max_timeout"]); $("#max_retries").attr("value", data["max_retries"]); if (data["id_plugin"] != undefined) {