#11201 Fix select
This commit is contained in:
parent
f5bbc7984c
commit
3b3a36a946
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue