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:
Rafael Ameijeiras 2023-05-31 11:37:55 +00:00
commit e3e28aebc1
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);