Skip to content
Snippets Groups Projects

Issue #3467981: Fix 'Back to site' link on menu item page

Open Issue #3467981: Fix 'Back to site' link on menu item page
All threads resolved!
Open Renuka Kulkarni requested to merge issue/gin-3467981:3467981-back-to-site into 8.x-3.x
All threads resolved!
+ 2
2
@@ -43,8 +43,8 @@ function gin_preprocess_breadcrumb(&$variables) {
}
}
// Custom block handling (a custom block cannot be viewed standalone).
if ($entity_type_id === 'block_content') {
// Handle entities that cannot be viewed standalone.
if (in_array($entity_type_id, ['menu_link_content', 'block_content'], TRUE)) {
$url = Url::fromRoute('<front>');
}
}
Loading