You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is in addiiton to #12852 commit 36cac17 - that fix
removed the title from being set in the `customer_account.xml` file but
the fix seemed to do nothing as the title was always being set in the
controller anyway. I've removed from the controller and added to the
correct layout file.
Copy file name to clipboardExpand all lines: app/code/Magento/Customer/view/frontend/layout/customer_account.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
*/
7
7
-->
8
8
<pagexmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"layout="2columns-left"xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"label="Customer My Account (All Pages)"design_abstraction="custom">
0 commit comments