- Merge request !3196Issue #2607920 by badrange, tstoeckler, hugovk, juampynr, vg3095, gease,... → (Open) created by bhanu951
- 🇺🇸United States smustgrave
MR has many test failures.
Also I tried to reproduce following the IS on Drupal 10 and was not able to replicate. Title updates just fine for me, but maybe it's just me. Will rely on the tests to prove me wrong.
- Status changed to Needs review
almost 2 years ago 5:40pm 2 February 2023 - 🇮🇳India bhanu951
Created a test fail patch based on # 138 🐛 Breadcrumb render cache not invalidated when entity label changes Needs work to prove issue exists.
- Status changed to Needs work
almost 2 years ago 8:16pm 2 February 2023 - 🇺🇸United States smustgrave
Added some feedback.
Rule of thumb I've been trying to use for new functions on interfaces or classes we should try to typehint.
Tests look good!
- 🇮🇳India bhanu951
Fixed phpstan-baseline error in the fail test patch in #164.
- Status changed to Needs review
almost 2 years ago 4:28am 3 February 2023 The last submitted patch, 166: 2607920-166-breadcrumb-render-cache-10.x-fail.patch, failed testing. View results →
- Status changed to Needs work
almost 2 years ago 1:04pm 3 February 2023 - 🇮🇳India bhanu951
@gustavowal mentioned in # 155 🐛 Breadcrumb render cache not invalidated when entity label changes Needs work
The issue is very straightforward to replicate, on an admin logged session editing the title that also changes the breadcrumb and going to a non-logged session, the title will reflect the change and also the URL, but the breadcrumb will stay the same. Viewing the page on the logged-in session shows up the updated breadcrumb right away, due to logged-in not being cacheable.
I think we need to update fail test patch to consider logged in user as well. Which is currently not included.
27:21 42:30 Running- 🇮🇳India bhanu951
Bhanu951 → changed the visibility of the branch 2607920-breadcrumb-render-cache to hidden.
- 🇺🇸United States sker101 NYC
Recreated rerolling patch for 10.2.x since the "$title" property in the "CacheableTitle" class could be array type as well and throwing the error after adding the type hint.
- 🇧🇷Brazil brandonlira
I tested patch #176 for version 10.2.5 and it worked correctly.
- 🇮🇳India bhanu951
Bhanu951 → changed the visibility of the branch 2607920-breadcrumb-render-cache-10.x to hidden.
- 🇮🇳India bhanu951
Bhanu951 → changed the visibility of the branch 2607920-breadcrumb-render-cache-10.x to active.
- Merge request !8718Resolve #2607920 "Breadcrumb render cache fail test" → (Open) created by bhanu951
- 🇮🇳India bhanu951
Bhanu951 → changed the visibility of the branch 11.x to hidden.