Skip to content

Commit 1c3d10e

Browse files
committed
added acl node
1 parent 33e702e commit 1c3d10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/base/ui_component/customer_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<block acl="Magento_Sales::actions_view" class="Magento\Sales\Block\Adminhtml\CustomerOrdersTab" name="orders" />
1111
</htmlContent>
1212
<htmlContent name="cart_content">
13-
<block class="Magento\Sales\Block\Adminhtml\ShoppingCartsTab" name="cart"/>
13+
<block acl="Magento_Cart::manage" class="Magento\Sales\Block\Adminhtml\ShoppingCartsTab" name="cart"/>
1414
</htmlContent>
1515
</form>

0 commit comments

Comments
 (0)