Resolve #2973515 "D11"
1 open thread
1 open thread
Closes #2973515
Merge request reports
Activity
139 139 140 140 // Load links matching this route. 141 141 $links = $this->menuLinkManager->loadLinksByRoute($route_name, $route_parameters, $menu_name); 142 // Select the first matching link. 143 if ($links) { 144 $found = reset($links); 142 // Select the first enabled matching link. 143 foreach ($links as $link) { 144 if ($link->isEnabled()) { changed this line in version 4 of the diff
added 205 commits
-
c1bfa379...a464b59b - 202 commits from branch
project:11.x
- e079bdef - Add patch and test cases.
- dc7396b2 - Fix tests
- 86542ed4 - Addressed MR feedback
Toggle commit list-
c1bfa379...a464b59b - 202 commits from branch
added 81 commits
-
86542ed4...bedda6ac - 80 commits from branch
project:11.x
- c9891ca5 - Merge branch '11.x' into 2973515-d11
-
86542ed4...bedda6ac - 80 commits from branch
Please register or sign in to reply