#12542 fixed local component module group

This commit is contained in:
Jorge Rincon 2023-12-01 12:05:42 +01:00
parent aa9aa40ebd
commit 5191739658
1 changed files with 3 additions and 1 deletions

View File

@ -159,7 +159,9 @@ function configure_modules_form() {
period_select_update("module_interval", data["module_interval"]);
}
$("#id_module_group").val(data["id_module_group"]);
$("#id_module_group")
.val(data["id_module_group"])
.trigger("change");
if (data["history_data"]) $("#checkbox-history_data").check();
else $("#checkbox-history_data").uncheck();