-
Notifications
You must be signed in to change notification settings - Fork 29
[MAGETWO-1556] Export: Unable to Filter Data by Attribute With Input … #98
[MAGETWO-1556] Export: Unable to Filter Data by Attribute With Input … #98
Conversation
Hey @php4umagento it overall looks good. Now that it is working I would see this as a good opportunity to refactor and tidy the code up a bit. For example the current static tests complain about Other than that it looks great. |
@php4umagento thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Code wise this is looking good to me @php4umagento I will run this through our internal tools and the QA team and see if anything else comes up. |
/** | ||
* @var array | ||
*/ | ||
public static $backendTypeToFilterMapper = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any current need for these to be public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to protected
@dmanners is there anything else for me here? |
@php4umagento just that we do not encourage protected visibility could we make that a change? |
build is running now with "private" scope |
@dmanners done |
Thanks @php4umagento I will get this PR into the process loop now and see if we can sort some QA out for this task. |
@php4umagento thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
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?
|
…Type Multiple Select - added support for multiselect attribute for both product and customer entity
…e Multiple Select - reduced complexity of getAttributeFilterType method
…e Multiple Select - fixed PHPCS
…e Multiple Select Changed variable scope to be protected
…e Multiple Select Changed variable scope to be private
…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
77f7039
to
3da3ae6
Compare
|
…ute With Input … #98
…Type Multiple Select
Description
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist