Merge branch 'ent-12826-16992-Problema-visual-en-el-listado-de-elementos-de-las-consolas-visuales' into 'develop'

table fix

See merge request artica/pandorafms!6964
This commit is contained in:
Matias Didier 2024-03-20 09:37:41 +00:00
commit 6cbe76f02f
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ foreach ($layoutDatas as $layoutData) {
default: default:
if ($layoutData['id_layout_linked'] != 0) { if ($layoutData['id_layout_linked'] != 0) {
// It is a item that links with other visualmap // It is a item that links with other visualmap
$table->data[($i + 2)][1] = '';
break; break;
} }