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
Accepted Public Pull Requests:
- #14323: #7816: Customer_account.xml file abused (2.1) (by @mikewhitby)
- #14417: [BACKPORT 2.1] Removed cache backend option which explicitly set file permissions (by @xtremeperf)
Fixed GitHub Issues:
- #7816: Customer_account.xml file abused (reported by @LiamFielding) has been fixed in #14323 by @mikewhitby in 2.1-develop branch
Related commits:
1. 509e5c4
2. 4f30a3c
- #10700: Magento 2 Admin panel show loading on each page (reported by @historylife) has been fixed in #14417 by @xtremeperf in 2.1-develop branch
Related commits:
1. e577458
- #11930: setup:di:compile's generated cache files inaccessible by the web-server user (reported by @JanisE) has been fixed in #14417 by @xtremeperf in 2.1-develop branch
Related commits:
1. e577458
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