Follow up to https://www.drupal.org/project/drupal/issues/2809635#comment-12433667
navneet0693 created an issue. See original summary.
+++ b/core/profiles/demo_umami/config/schema/demo_umami.schema.yml @@ -25,7 +25,3 @@ block.settings.umami_footer_promo: -block.settings.umami_recipes_banner_temp: - type: block_settings - label: 'Banner' +++ b/core/profiles/demo_umami/themes/umami/umami.theme @@ -63,7 +63,7 @@ function umami_preprocess_breadcrumb(&$variables) { - if ($route = $request->attributes->get(RouteObjectInterface::ROUTE_OBJECT)) { + if ($route = \Drupal::routeMatch()->getRouteObject()) {
We're fixing two things here, can we fix just the schema here, and open a new issue for the route match change.
LGTM!
Issue #2937894 by navneet0693: Remove unneeded schema entry from...
Committed as c212be4 and pushed to 8.6.x. Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
navneet0693 commentedComment #3
navneet0693 commentedComment #4
larowlanWe're fixing two things here, can we fix just the schema here, and open a new issue for the route match change.
Comment #5
navneet0693 commentedComment #6
navneet0693 commentedComment #7
acbramley commentedLGTM!
Comment #8
larowlanComment #10
larowlanCommitted as c212be4 and pushed to 8.6.x. Thanks!
Comment #11
larowlan