Skip to content

Commit

Permalink
fix deep nested navigation tab id calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis authored and arlen committed Dec 19, 2024
1 parent d626f21 commit 5563c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/element/subnavigation/tabList.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<!-- if a tab has no fields do not render skip -->
<li class="nav-item">
<?php
$curId = $this->Tab->getCurrentId($tab, $isNested);
// Calculate Tab Title
$title = $this->element('subnavigation/tabTitle', compact('tab', 'curId', 'isNested'));
// Construct Target URL
Expand Down

0 comments on commit 5563c85

Please sign in to comment.