-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Issue] Fixed issue where removing breadcrumbs removes the page title #29651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can reproduce the issue in 2.4-develop branch. |
Indeed still an issue in 2.4.1. |
Hi @krishprakash. Thank you for working on this issue.
|
✅ Confirmed by @krishprakash Issue Available: @krishprakash, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions! |
Hi @m2-assistant[bot], @realchriswells. Thank you for your report and collaboration! The related internal Jira ticket The fix will be available with the upcoming |
This issue is automatically created based on existing pull request: #29437: Fixed issue where removing breadcrumbs removes the page title
Description (*)
There was an issue in the 2.1 branch where if you removed the breadcrumbs via XML:
<referenceBlock name="breadcrumbs" remove="true" />
, the page title would also be removed, leaving behind empty<title>
tags in the<head>
. This fixed in the 2.1 branch, but it seems that some regression has occurred and it is back. I'm reapplying that code change.Related Pull Requests
The original PR is here.
Manual testing scenarios (*)
Contribution checklist (*)
The text was updated successfully, but these errors were encountered: