Skip to content

Commit 95cc96d

Browse files
author
Vladyslav Shcherbyna
committed
MAGETWO-38138: Stabilize story
1 parent f90d12c commit 95cc96d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/ImportExport/Model/Export.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ public static function getAttributeFilterType(\Magento\Eav\Model\Entity\Attribut
232232
*/
233233
public static function getStaticAttributeFilterType(\Magento\Eav\Model\Entity\Attribute $attribute)
234234
{
235+
if ($attribute->getAttributeCode() == 'category_ids') {
236+
return self::FILTER_TYPE_INPUT;
237+
}
235238
$columns = $attribute->getFlatColumns();
236239
switch ($columns[$attribute->getAttributeCode()]['type']) {
237240
case \Magento\Framework\DB\Ddl\Table::TYPE_INTEGER:

0 commit comments

Comments
 (0)