Support from Acquia helps fund testing for Drupal Acquia logo

Comments

navneet0693 created an issue. See original summary.

navneet0693’s picture

Status: Active » Needs review
FileSize
1.34 KB
navneet0693’s picture

Title: Umami Profile - follow up - remove temp banner schema from demo_umami.schema.yml » Umami Profile - follow up - from #215 on 2809635
Issue summary: View changes
larowlan’s picture

Status: Needs review » Needs work
+++ 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.

navneet0693’s picture

Title: Umami Profile - follow up - from #215 on 2809635 » Umami Profile - follow up - from #215 on 2809635 - remove temp banner schema from demo_umami.schema.yml
navneet0693’s picture

Status: Needs work » Needs review
FileSize
519 bytes
acbramley’s picture

Status: Needs review » Reviewed & tested by the community

LGTM!

larowlan’s picture

Title: Umami Profile - follow up - from #215 on 2809635 - remove temp banner schema from demo_umami.schema.yml » Remove unneeded schema entry from demo_umami.schema.yml

  • larowlan committed c212be4 on 8.6.x
    Issue #2937894 by navneet0693: Remove unneeded schema entry from...
larowlan’s picture

Status: Reviewed & tested by the community » Fixed

Committed as c212be4 and pushed to 8.6.x. Thanks!

larowlan’s picture

Component: install system » Umami demo

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.