Commit 7d93903f authored by Radu Andrei Simileanu's avatar Radu Andrei Simileanu Committed by Michael Mol
Browse files

Issue #2762487 by radu.simileanu, willzyx, joegraduate, chrisshattuck,...

Issue #2762487 by radu.simileanu, willzyx, joegraduate, chrisshattuck, Marty2081, michaelmol, SchnWalter, Dries Arnolds, thamas: Conflicts with core "Configuration translation" module
parent 146571e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ class CoffeeController extends ControllerBase {
        // calculate the local tasks outside of parent route context.
        $child_route_parameters = $child->getRouteParameters($route_match) + $route_parameters;

        if ($this->accessManager->checkNamedRoute($child_route_name, $child_route_parameters)) {
        if (strpos($child_route_name, 'config_translate') !== FALSE && $this->accessManager->checkNamedRoute($child_route_name, $child_route_parameters)) {
          $links[$child_route_name] = [
            'title' => $child->getTitle(),
            'url' => Url::fromRoute($child_route_name, $child_route_parameters),