This commit is contained in:
Daniel Maya 2023-05-12 12:52:51 +02:00
parent f5bbc7984c
commit 3b3a36a946

View File

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