This commit is contained in:
Daniel Maya 2023-05-12 12:52:51 +02:00
parent f5bbc7984c
commit 3b3a36a946
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ function fmModuleChange(uniqId, isMeta) {
)
.html(value["nombre"]);
} else {
option.attr("value", value).html(value);
option.attr("value", id).html(value);
}
$("#filtered-module-modules-" + uniqId).append(option);