Skip to content
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

Closed
bulbulagarwal896 opened this issue Sep 4, 2017 · 7 comments
Closed
Assignees
Labels
bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Release Line: 2.2

Comments

@bulbulagarwal896
Copy link

bulbulagarwal896 commented Sep 4, 2017

Preconditions:

  1. Magento 2.1.8
  2. With needed prerequisites.

Steps to reproduce

  1. login to admin panel.
  2. Go to customer panel, and click on export button to export details in CSV format.

Expected result

  1. in CSV, columns Confirmed email and Account Lock, values should be displayed as in customer grid.

Actual result

  1. Not displaying and value in Confirmed email and Account Lock columns of CSV. it just gives a blank value.
    exporting not adding the values which are rendered by prepareDataSource function(ui/component/listing classes).
@magento-engcom-team magento-engcom-team added G1 Passed Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed bug report Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed and removed G1 Passed labels Sep 5, 2017
@okorshenko okorshenko added the Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed label Sep 14, 2017
@Zefiryn
Copy link
Contributor

Zefiryn commented Sep 17, 2017

I am gonna do it.

@magento-engcom-team
Copy link
Contributor

@bulbulagarwal896, thank you for your report.
We've created internal ticket(s) MAGETWO-76254 to track progress on the issue.

@okorshenko
Copy link
Contributor

We need a backport of the solution to 2.2-develop

@convenient
Copy link
Contributor

@okorshenko I'm working on it #SQUASHTOBERFEST

@okorshenko
Copy link
Contributor

okorshenko commented Oct 18, 2017

Hi @bulbulagarwal896 the issue has been fixed and delivered to 2.2-develop branch. Will be available with release 2.2.2

@okorshenko okorshenko added the Fixed in 2.2.x The issue has been fixed in 2.2 release line label Oct 18, 2017
@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-81959

@magento-team magento-team added 2.2.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development labels Oct 19, 2017
hatimeria-artur-jewula added a commit to Zefiryn/magento2 that referenced this issue Nov 21, 2017
# 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
hatimeria-artur-jewula added a commit to Zefiryn/magento2 that referenced this issue Nov 21, 2017
hatimeria-artur-jewula added a commit to Zefiryn/magento2 that referenced this issue Nov 21, 2017
hatimeria-artur-jewula added a commit to Zefiryn/magento2 that referenced this issue Nov 21, 2017
hatimeria-artur-jewula added a commit to Zefiryn/magento2 that referenced this issue Nov 21, 2017
hatimeria-artur-jewula pushed a commit to Zefiryn/magento2 that referenced this issue Nov 21, 2017
magento-team pushed a commit that referenced this issue Nov 24, 2017
…d data magento2 #12373

 - Merge Pull Request #12373 from Zefiryn/magento2:10765-2.1
 - Merged commits:
   1. 5f3ef1b
   2. 74e1d85
magento-team pushed a commit that referenced this issue Nov 24, 2017
[EngCom] Public Pull Requests - 2.1-develop
 - MAGETWO-84238: #10765 Export data from grid not adding custom rendered data magento2 #12373
 - MAGETWO-83282: Backport 2.1-develop] Fix datetime type product that show current date when is empty in grids #12033
okorshenko pushed a commit that referenced this issue Nov 27, 2017
…mer grid CSV export #10915

 - Merge Pull Request #10915 from Zefiryn/magento2:10765
 - Merged commits:
   1. 1c2e841
   2. 51e41ac
   3. 404156e
   4. 0c1589b
okorshenko pushed a commit that referenced this issue Nov 27, 2017
magento-team pushed a commit that referenced this issue Dec 13, 2017
…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
@vinaysikarwar
Copy link

Its still not working. Custom Rendered data not exporting from custom class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Release Line: 2.2
Projects
None yet
Development

No branches or pull requests

8 participants