From e46e9e4278d8368adb4d2ca6b8be564370333293 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 15 Oct 2024 11:28:06 +0300 Subject: [PATCH] Fix use case:Plugin.Hierarchy deep nested when no hasMany association. --- app/templates/element/subnavigation/inlineList.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/element/subnavigation/inlineList.php b/app/templates/element/subnavigation/inlineList.php index da92ccac2..6fb1ef488 100644 --- a/app/templates/element/subnavigation/inlineList.php +++ b/app/templates/element/subnavigation/inlineList.php @@ -51,7 +51,6 @@ ?>
  • Tab->getCurrentId($tab, $isNested); // Construct Element Title $title = $this->element('subnavigation/tabTitle', compact('tab', 'curId', 'isNested')); // Construct Target URL