diff --git a/lib/zin/wg/modulemenu/v1.php b/lib/zin/wg/modulemenu/v1.php index 92565c8562..4b569f7c2c 100644 --- a/lib/zin/wg/modulemenu/v1.php +++ b/lib/zin/wg/modulemenu/v1.php @@ -90,6 +90,8 @@ class moduleMenu extends wg 'titleAttrs' => $titleAttrs, 'contentClass' => 'overflow-x-hidden' ); + if(!empty($child->actions)) $item['actions'] = $child->actions; + $items = $this->buildMenuTree($child->id); if($items) $item['items'] = $items; if($child->id == $activeKey || $child->id == 'product-' . $activeKey)