Skip to content

Commit 381e2ea

Browse files
committed
Fix xml inconsistency when not all Magento_LoginAsCustomer* are enabled. See issue #30680
1 parent 8653503 commit 381e2ea

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/LoginAsCustomerAssistance/etc

1 file changed

+1
-1
lines changed

app/code/Magento/LoginAsCustomerAssistance/etc/acl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<resources>
1111
<resource id="Magento_Backend::admin">
1212
<resource id="Magento_Customer::customer">
13-
<resource id="Magento_LoginAsCustomer::login">
13+
<resource id="Magento_LoginAsCustomer::login" title="Login as Customer">
1414
<resource id="Magento_LoginAsCustomer::allow_shopping_assistance" title="Allow remote shopping assistance" sortOrder="20" />
1515
</resource>
1616
</resource>

0 commit comments

Comments
 (0)