Merge branch 'ent-11201-guardia-15571-tamano-de-nombre-de-modulo-da-problemas-en-el-grpah-builder' into 'develop'
Ent 11201 guardia 15571 tamano de nombre de modulo da problemas en el grpah builder See merge request artica/pandorafms!5894
This commit is contained in:
commit
e3e28aebc1
|
@ -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