Merge branch 'ent-12790-se-meten-entities-al-crear-cv' into 'develop'
Ent 12790 se meten entities al crear cv See merge request artica/pandorafms!6902
This commit is contained in:
commit
b114fa852f
|
@ -3791,7 +3791,7 @@ function visual_map_get_user_layouts(
|
||||||
$retval = [];
|
$retval = [];
|
||||||
foreach ($layouts as $layout) {
|
foreach ($layouts as $layout) {
|
||||||
if ($only_names) {
|
if ($only_names) {
|
||||||
$retval[$layout['id']] = $layout['name'];
|
$retval[$layout['id']] = io_safe_output($layout['name']);
|
||||||
} else {
|
} else {
|
||||||
$retval[$layout['id']] = $layout;
|
$retval[$layout['id']] = $layout;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue