Closed
Description
Preconditions (*)
- Magento 2.4.0
- LoginAsCustomer disabled
'Magento_LoginAsCustomer' => 0,
'Magento_LoginAsCustomerAdminUi' => 0,
'Magento_LoginAsCustomerApi' => 0,
'Magento_LoginAsCustomerFrontendUi' => 0,
'Magento_LoginAsCustomerLog' => 0,
'Magento_LoginAsCustomerLogging' => 0,
'Magento_LoginAsCustomerPageCache' => 0,
'Magento_LoginAsCustomerQuote' => 0,
'Magento_LoginAsCustomerSales' => 0,
'Magento_LoginAsCustomerWebsiteRestriction' => 0,
Steps to reproduce (*)
- Upgrade to Magento 2.4.1;
- Try to access the admin.
Expected result (*)
- Acces to the admin dashboard with your user and password
Actual result (*)
- Blank page with this error
> Exception #0 (LogicException): Could not create an acl object: Invalid Document
Element 'resource': The attribute 'title' is required but missing.
Line: 13
- Only Magento_LoginAsCustomerAssistance enabled
'Magento_LoginAsCustomer' => 0,
'Magento_LoginAsCustomerAdminUi' => 0,
'Magento_LoginAsCustomerApi' => 0,
'Magento_LoginAsCustomerAssistance' => 1,
'Magento_LoginAsCustomerFrontendUi' => 0,
'Magento_LoginAsCustomerLog' => 0,
'Magento_LoginAsCustomerLogging' => 0,
'Magento_LoginAsCustomerPageCache' => 0,
'Magento_LoginAsCustomerQuote' => 0,
'Magento_LoginAsCustomerSales' => 0,
'Magento_LoginAsCustomerWebsiteRestriction' => 0,
- When magento try yo merge all acl.xml the resource Magento_LoginAsCustomer::login stay without title attribute
Workarround
Enable Magento_LoginAsCustomerAdminUi
or
Enable Magento_LoginAsCustomerLog
or
Enable all Magento_LoginAsCustomer*
or
Disable Magento_LoginAsCustomerAssistance
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedNo current plan to fix. Fixing can be deferred as a logical part of more important work.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects aesthetics, professional look and feel, “quality” or “usability”.
Type
Projects
Status
Done