-
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
Export data from grid not adding custom rendered data magento2 #10765
Comments
I am gonna do it. |
@bulbulagarwal896, thank you for your report. |
We need a backport of the solution to 2.2-develop |
@okorshenko I'm working on it #SQUASHTOBERFEST |
Hi @bulbulagarwal896 the issue has been fixed and delivered to 2.2-develop branch. Will be available with release 2.2.2 |
Internal ticket to track issue progress: MAGETWO-81959 |
# This is the 1st commit message: magento#10765 add confirmation and lock_expires labels to customer grid CSV export # This is the commit message magento#2: magento#10765 Add tests for added methods # This is the commit message magento#3: 10765 code refactoring
…magento-magento2-12368 * origin/2.1-develop: Duplicate array key MAGETWO-84822: Mock ObjectManager for each test to keep from failing when run individually but not as part of suite MAGETWO-69577: [Backport for 2.1.x] Auto-generated classes behave differently in unit tests and application Fixed static tests failure Fixed static tests and backported unit test Generate new FormKey and replace for oldRequestParams MAGETWO-69213: [Backport] - Braintree saved credit card error for reorder between $2001-$3000 does not display error to customer - for 2.1 #10765 add confirmation and lock_expires labels to customer grid CSV export # This is a combination of 3 commits. # This is the 1st commit message: #10765 add confirmation and lock_expires labels to customer grid CSV export MAGETWO-69213: [Backport] - Braintree saved credit card error for reorder between $2001-$3000 does not display error to customer - for 2.1 Update Ajax LoginTest Clear `mage-cache-sessid` on Ajax Login 9768: Admin dashboard Most Viewed Products Tab only gives default attribute set's products(backport for 2.1) 10210: Transport variable can not be altered in email_invoice_set_template_vars_before Event (backport MAGETWO-69482 to 2.1) [Backport 2.1] add swatch option: prevent loosing data and default value if data is not populated via adminhtml Fix to dont show current date in empty date attr backport 2.1
Its still not working. Custom Rendered data not exporting from custom class. |
Preconditions:
Steps to reproduce
Expected result
Actual result
exporting not adding the values which are rendered by prepareDataSource function(ui/component/listing classes).
The text was updated successfully, but these errors were encountered: