magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

[MAGETWO-1552] Export: Attribute (Input Type Yes/No) Filter by 'No' Exports All Data #32

Open piotrekkaminski opened 6 years ago

piotrekkaminski commented 6 years ago

From @piotrekkaminski on November 2, 2017 20:24

If attribute with input type Yes/No filtered by "No", customers having attribute="Yes" are exported to csv file.

Preconditions

  1. There is a custom attribute created with input type Yes/No.
  2. There is a customer in the system created with custom attribute value = "Yes".
  3. Version 2.0

Steps to reproduce

  1. Go to System-> Import/Export-> Export at backend
  2. Select "Customers" entity type
  3. Select "Magento 1.7 format"
  4. In the grid for attribute from precondition select "No" filter
  5. Press "Continue" button

Expected result

  1. Customer from precondition is absent in exported csv file

Actual result

  1. The file was exported with customer from precondition

Note

The same situation with "Magento 2.0" Export format for all customer entity types

Copied from original issue: magento/magento2#11973

piotrekkaminski commented 6 years ago

Note: it might affect EE only.