This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
[MAGETWO-1556] Export: Unable to Filter Data by Attribute With Input Type Multiple Select #33
Comments
Possibly affects EE only |
I can see two issues - on the export form - multiselect is rendered as a normal select, then when you pick options it is not filtered |
4 tasks
Hi @php4umagento during testing the QA team validated the customer section is fixed but would it also be possible to fix the product filter part as well?
|
dmanners
added a commit
to php4umagento/import-export-improvements
that referenced
this issue
Feb 26, 2018
…uct export - make sure that the abstract entity class knows how to deal with multi select attributes - add finset attribute filter when type matches \Magento\ImportExport\Model\Export::FILTER_TYPE_MULTISELECT
This has been merged into |
magento-engcom-team
added a commit
that referenced
this issue
Feb 13, 2019
…:process #33 - Merge Pull Request magento/bulk-api-ce#33 from pmclain/bulk-api-ce:hotfix/delete-action - Merged commits: 1. ba8ea17
magento-engcom-team
pushed a commit
that referenced
this issue
Feb 13, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @piotrekkaminski on November 2, 2017 20:26
When trying to filter data by attribute with input type = Multiple Select, no data is exported to csv file.
Preconditions
There is a custom attribute created with input type Multiple Select, 3 options enabled ("Option 1", "Option 2", "Option 3").
There is a customer in the system created with custom attribute value = "Option 1" and "Option 2".
Version 2.0
Steps to reproduce
Expected Result
The file was exported with customer from precondition
Actual Result
Note
The same situation with "Magento 2.0" Export format for all customer entity types
Copied from original issue: magento/magento2#11974
The text was updated successfully, but these errors were encountered: