diff --git a/application/Espo/Services/Layout.php b/application/Espo/Services/Layout.php index 94aff19535..fb5d61413a 100644 --- a/application/Espo/Services/Layout.php +++ b/application/Espo/Services/Layout.php @@ -255,6 +255,8 @@ class Layout extends \Espo\Core\Services\Base $item = clone $item; $item->order = 5 + 0.001 * $i; + if (!isset($item->name)) continue; + $result->{$item->name} = $item; }