Skip to content

Commit

Permalink
GETWO-1556] Export: Unable to Filter Data by Attribute With Input Typ…
Browse files Browse the repository at this point in the history
…e Multiple Select

    Changed variable scope to be private
  • Loading branch information
php4umagento authored and dmanners committed Feb 26, 2018
1 parent bd8930d commit 4f28878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/ImportExport/Model/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Export extends \Magento\ImportExport\Model\AbstractModel
/**
* @var array
*/
protected static $backendTypeToFilterMapper = [
private static $backendTypeToFilterMapper = [
'datetime' => self::FILTER_TYPE_DATE,
'decimal' => self::FILTER_TYPE_NUMBER,
'int' => self::FILTER_TYPE_NUMBER,
Expand Down

0 comments on commit 4f28878

Please sign in to comment.