-
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
[#25963] Fixed grids export: option labels are taken from grid filters and columns now. #26523
[#25963] Fixed grids export: option labels are taken from grid filters and columns now. #26523
Conversation
…played ID instead of Rendered Label magento#25963. Fixed grids export: option labels are taken from grid filters and columns now.
Hi @novikor. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
…played ID instead of Rendered Label magento#25963. Implemented strict types.
…played ID instead of Rendered Label magento#25963. Fixed case when options are configured via XML directly instead of providing a class.
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.
@novikor
Can you please check failed tests?
Thank you for your review, @nuzil. |
1776b7a
to
c517f5f
Compare
…played ID instead of Rendered Label magento#25963. Fixed Unit tests.
…played ID instead of Rendered Label magento#25963. Unit tests code reformatting.
…played ID instead of Rendered Label magento#25963. Implemented Unit tests coverage.
e0ee531
to
8380148
Compare
Checked: |
…played ID instead of Rendered Label magento#25963. Removed deprecated class.
b16df93
to
b117b0c
Compare
…played ID instead of Rendered Label magento#25963. Removed deprecated class.
7f1e960
to
4a78ca5
Compare
@magento run all tests |
@magento run Functional Tests CE |
@magento run Functional Tests EE |
It seems that the PR will never be approved because of flaky tests |
Hi @nuzil, thank you for the review.
|
✔️ QA passed |
…m grid filters and columns now. #26523
Hi @novikor, thank you for your contribution! |
Grid Export rendered data is not reflecting in the exported File, Displayed ID instead of Rendered Label #25963.
Fixed grids export: option labels are taken from grid filters and columns now.
Description (*)
A universal solution has been provided: now all the exported grids (Magento's and custom as well) should have option labels instead if option values for all the columns with type Select of Multiselect.
Fixed Issues (if relevant)
Manual testing scenarios (*)
See #25963
Questions or comments
A bunch of classes that acts as workaround for the issue should be deprecated/removed:
\Magento\Customer\Ui\Component\DataProvider\Document
\Magento\Sales\Ui\Component\DataProvider\Document
Contribution checklist (*)