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 = [];
|
||||
foreach ($layouts as $layout) {
|
||||
if ($only_names) {
|
||||
$retval[$layout['id']] = $layout['name'];
|
||||
$retval[$layout['id']] = io_safe_output($layout['name']);
|
||||
} else {
|
||||
$retval[$layout['id']] = $layout;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue