Skip to content

Commit

Permalink
fix: standard menu with page tree fallback corrected ancestor calc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin authored Oct 31, 2024
1 parent 1e689da commit ba73206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Controller/Navigation/MenuDirector.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function buildStandardMenuWithPageTreeSubitems(): void
$this->builder->mapMenuItemsFromObjectToArray();
$this->builder->mapMenuItemsAcfFieldValues();
$this->builder->convertStaticMenuItemsToPageTreeItems();
$this->builder->pageTreeAppendMenuItemsAncestors();
$this->builder->pageTreeAppendChildren();
$this->builder->applyMenuItemFilter();
$this->builder->pageTreeAppendMenuItemsFetchUrl();
Expand Down

0 comments on commit ba73206

Please sign in to comment.