Skip to content

Commit f2c827d

Browse files
committed
MAGETWO-27636: Persistent Shopping Cart: Not Username? link is displayed during page load for user logged in
1 parent e1cb023 commit f2c827d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Persistent/etc/frontend/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</arguments>
1414
</type>
1515
<type name="Magento\Framework\View\Layout">
16-
<plugin name="customer-session-depersonalize"
16+
<plugin name="persistent-session-depersonalize"
1717
type="Magento\Persistent\Model\Layout\DepersonalizePlugin"
1818
sortOrder="10"
1919
/>

app/code/Magento/Persistent/etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<module name="Magento_Persistent" schema_version="2.0.0">
99
<sequence>
1010
<module name="Magento_Checkout"/>
11+
<module name="Magento_PageCache"/>
1112
</sequence>
1213
</module>
1314
</config>

0 commit comments

Comments
 (0)