Skip to content

Commit 78402cc

Browse files
authored
Revert "MDEE-932: Fix attribute metadata mapping for "visible in PDP" field (…" (#462)
1 parent 5095ff9 commit 78402cc

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_on_front',
94+
'visible' => 'cea.is_visible',
9595
'searchable' => 'cea.is_searchable',
9696
'filterable' => 'cea.is_filterable',
9797
'visibleInCompareList' => 'cea.is_comparable',

0 commit comments

Comments
 (0)