Closed
Description
Preconditions
- Reproduced on clean magento 2.2.0, 2.2.1 and 2.2.2 (current develop branch)
Steps to reproduce
- Create new admin user role with customer tab permissions only
- Assign new admin user to the role
- Login as the user
- Try to create new customer
Expected result
- New customer form is shown
Actual result
- Invalid parameter configuration provided for $block argument of Magento\Ui\Component\HtmlContent" exception is thrown
customer_form.xml addons restricted to selected ACL permissions such as Newsletter/view/base/ui_component/customer_form.xml prevent htmlContent block from being created causing boolean passed to Magento\Ui\Component\HtmlContent constructor which demands block to be an instance of BlockInterface
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release