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 protected
  • Loading branch information
php4umagento authored and dmanners committed Feb 26, 2018
1 parent 3946034 commit bd8930d
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
*/
public static $backendTypeToFilterMapper = [
protected static $backendTypeToFilterMapper = [
'datetime' => self::FILTER_TYPE_DATE,
'decimal' => self::FILTER_TYPE_NUMBER,
'int' => self::FILTER_TYPE_NUMBER,
Expand Down

0 comments on commit bd8930d

Please sign in to comment.