Merge branch 'ent-12542-16692-grupo-de-modulo-de-componente-local-no-se-muestra-correctamente' into 'develop'

Ent 12542 16692 grupo de modulo de componente local no se muestra correctamente

See merge request artica/pandorafms!6730
This commit is contained in:
Rafael Ameijeiras 2024-01-18 15:46:31 +00:00
commit 9bd4593c60
1 changed files with 1 additions and 0 deletions

View File

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