We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64a355 commit a283865Copy full SHA for a283865
Admin/Extension/FrontendLinkExtension.php
@@ -68,6 +68,11 @@ public function configureTabMenu(
68
);
69
}
70
71
+ if($subject instanceof PrefixInterface && !is_string($subject->getId())) {
72
+ // we have an unpersisted dynamic route
73
+ return;
74
+ }
75
+
76
try {
77
$uri = $this->router->generate($subject);
78
} catch (RoutingExceptionInterface $e) {
0 commit comments