-
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
Migrating Store Grid to UI Components #17371
Migrating Store Grid to UI Components #17371
Conversation
Hi @afirlejczyk. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
I see some tests failed, I will fix this. |
Render website/store listing with UI component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the issues
app/code/Magento/Backend/Block/System/Store/Grid/Render/Group.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Backend/Block/System/Store/Grid/Render/Store.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Backend/Block/System/Store/Grid/Render/Website.php
Outdated
Show resolved
Hide resolved
Hey @afirlejczyk Thank you for this huge and meaningful work! But currently there are conflicts with the latest magento code so please merge it and resolve conflicts. Also please look at the changes requested and fix them. |
@afirlejczyk Sure :) |
Hey @afirlejczyk Our internal tests found inconsistency in UI definition:
|
Hey @afirlejczyk are you going to proceed with this PR? |
@slavvka yes, I will try to make changes tomorrow or day after tomorrow. |
Hey @afirlejczyk Are you going to proceed with the PR? It is very valuable change that would be very good to complete since there are only few changes left. |
Done. |
…insignificant-stores-sorting-issue
Hi @afirlejczyk, thank you for your contribution! |
Description
Fix sorting by columns in store listing.
I override function
joinGroupAndStore
in\Magento\Store\Model\ResourceModel\Website\Grid\Collection
.I also use UI component to render store listing instead of block.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist