- Issue created by @catch
- Status changed to Needs review
almost 2 years ago 11:19am 15 March 2023 - 🇬🇧United Kingdom catch
+++ b/src/Breadcrumb/GroupBreadcrumbBuilder.php @@ -0,0 +1,40 @@ + // No breadcrumb. + $breadcrumb = new Breadcrumb(); + $breadcrumb->addCacheContexts(['route']); + return $breadcrumb;
Self review - does this need the group domain cache context too now?
- 🇵🇱Poland Graber
I think it may be covered in GroupDomainServiceProvider::alter():
$renderer_config['required_cache_contexts'][] = 'group_domain';
But I think you know better how it works exactly ;) - Status changed to Needs work
almost 2 years ago 11:32am 15 March 2023 - 🇵🇱Poland Graber
if ($domain_group->id() == $group->id()) {
NULL check required.
- Status changed to Fixed
almost 2 years ago 11:49am 15 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.