-
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
Grid Export rendered data is not reflecting in the exported File, Displayed ID instead of Rendered Label #25963
Comments
Hi @koushikch7. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @koushikch7 do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento give me 2.4-develop instance |
Hi @tuyennn. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @tuyennn, here is your Magento instance. |
Hi @engcom-Charlie. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Charlie Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @konarshankar07. Thank you for working on this issue.
|
@konarshankar07 This issue is not only for the Customer group grid, but also for the all grids (Default and Custom) which need fixed globally not like everywhere i think. |
@magento give me 2.4-develop instance |
Hi @koushikch7. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @koushikch7, here is your Magento instance. |
@magento give me 2.3.2 instance |
Hi @koushikch7. Thank you for your request. I'm working on Magento 2.3.2 instance for you |
Hi @koushikch7, here is your Magento instance. |
…played ID instead of Rendered Label #25963. Fixed grids export: option labels are taken from grid filters and columns now.
…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.
…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.
…played ID instead of Rendered Label magento#25963. Removed deprecated class.
…played ID instead of Rendered Label magento#25963. Removed deprecated class.
Hi @koushikch7. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
…m grid filters and columns now. #26523
Preconditions
Verified in Magento 2.3.2 and 2.3.3 and found that the data displayed in the grid by rendering columns is not reflecting in the Exported file, Instead, we are getting Id of the data rather than grid value.
Verified in the environments,
Steps to reproduce
Expected result
CSV/Excel sheet that contains all the details with values as displayed in the grid
e.g.:
Actual result
CSV/Excel sheet that contains Columns with ID rathe than values displayed as in the grid
The text was updated successfully, but these errors were encountered: