druxt / umami.demo.druxtjs.org

Umami food magazine DruxtJS demo site
https://umami.demo.druxtjs.org
MIT License
5 stars 5 forks source link

Breadcrumbs not working correctly with Drupal 9.2.x #330

Closed Decipher closed 3 years ago

Decipher commented 3 years ago

Describe the bug Breadcrumbs aren't rendering correctly when using a Drupal 9.2.x backend.

To Reproduce Steps to reproduce the behavior:

  1. https://gitpod.io/#https://github.com/druxt/demo.druxtjs.org
  2. Update .env BASE_URL to https://nginx.feature-51-drupal-9-2.demo-api-druxtjs-org.au2.amazee.io
  3. Run: npm run dev
  4. Navigate to /en/articles

Expected behavior Breadcrumbs should show Home / Articles

Media /en/articles on 9.2.x: image

/en/articles on 9.1.x: image

Decipher commented 3 years ago

Title is also missing.

Decipher commented 3 years ago

On further investigation it appears that the issue is related to the Decoupled Router Views integration, which is no longer providing the label:

Decipher commented 3 years ago

Logged an issue for the Druxt Drupal module: https://www.drupal.org/project/druxt/issues/3245544

Decipher commented 3 years ago

Fixed with Druxt Drupal 1.1.1