Skip to content

Commit 261747e

Browse files
committed
B2B-412: B2B user can view assigned role in storefront
1 parent 8352f33 commit 261747e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Customer/view/frontend/layout/customer_account_index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</referenceBlock>
1616
<referenceContainer name="content">
1717
<block class="Magento\Customer\Block\Account\Dashboard\Info" name="customer_account_dashboard_info" as="info" template="Magento_Customer::account/dashboard/info.phtml" cacheable="false">
18-
<container name="customer.account.dashboard.info.blocks"/>
18+
<container name="customer.account.dashboard.info.blocks" as="additional_blocks"/>
1919
</block>
2020
<block class="Magento\Customer\Block\Account\Dashboard\Address" name="customer_account_dashboard_address" as="address" template="Magento_Customer::account/dashboard/address.phtml" cacheable="false"/>
2121
</referenceContainer>

app/code/Magento/Customer/view/frontend/templates/account/dashboard/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
</div>
5050
</div>
5151
<?php endif; ?>
52-
<?= $block->getChildHtml('customer.account.dashboard.info.blocks'); ?>
52+
<?= $block->getChildHtml('additional_blocks'); ?>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)