mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11201 Fix select
This commit is contained in:
parent
f5bbc7984c
commit
3b3a36a946
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user