Skip to content

Commit 0e11015

Browse files
authored
MDEE-932: Fix attribute metadata mapping for "visible in PDP" field (#458)
1 parent f5e4eed commit 0e11015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CatalogDataExporter/Model/Query/ProductMetadataQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function getQuery(array $arguments): Select
9191
'required' => 'eav.is_required',
9292
'unique' => 'eav.is_unique',
9393
'global' => 'cea.is_global',
94-
'visible' => 'cea.is_visible',
94+
'visible' => 'cea.is_visible_on_front',
9595
'searchable' => 'cea.is_searchable',
9696
'filterable' => 'cea.is_filterable',
9797
'visibleInCompareList' => 'cea.is_comparable',

0 commit comments

Comments
 (0)