-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Implement customer group grid on ui component #13501
[Improvement] Implement customer group grid on ui component #13501
Conversation
…ento2 into customer-grid-ui-component # Conflicts: # app/code/Magento/Customer/etc/di.xml
|
Hi @simpleadm , please fix failed Travis tests. If you need some help or guide how to running functional tests locally, please let us know. |
Hi @simpleadm. Can you please resolve conflicts with 2.3-develop branch. Thanks |
Hi @VladimirZaets , |
Hi @simpleadm. Thank you for your contribution. |
Description
Several versions ago backend grid widgets (
\Magento\Backend\Block\Widget\Grid
) were marked asdeprecated in favour of UI component implementation. This PR refactors customer group grid to use UI components.
At least it will save time of third party developers who needs to extend customer groups grid :)
Manual testing scenarios
Before changes:
After changes:
Filers:
Contribution checklist