Skip to content
Snippets Groups Projects

Issue #3090668: Log errors for missing route_name in Drupal\Core\Menu\LocalTaskManager->getLocalTasksForRoute()

Open Issue #3090668: Log errors for missing route_name in Drupal\Core\Menu\LocalTaskManager->getLocalTasksForRoute()
2 unresolved threads
Open Tobias Bähr requested to merge issue/drupal-3090668:3090668-log-errors-for into 11.x
2 unresolved threads

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline failed for 3e898490

Approval is optional
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
  • The source branch is 1697 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
18 18 use Drupal\Core\Routing\RouteProviderInterface;
19 19 use Drupal\Core\Session\AccountInterface;
20 20 use Drupal\Core\Url;
21 use Psr\Log\LoggerInterface;
21 22 use Symfony\Component\HttpFoundation\RequestStack;
22 23 use Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface;
24 use function trigger_error;
  • catch @catch started a thread on the diff
  • 217 232 // reference like &$task_info causes bugs.
    218 233 $definitions[$plugin_id]['base_route'] = $definitions[$task_info['parent_id']]['base_route'];
    219 234 }
    235 if (!isset($task_info['route_name'])) {
  • Pradhuman Jain added 1 commit

    added 1 commit

    • cc141995 - Issue #3090668 by neelam_wadhwani, nikitagupta, knyshuk.vova, Lukas von...

    Compare with previous version

  • Tobias Bähr added 92 commits

    added 92 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading