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:
commit
6cbe76f02f
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue