Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mage-os-ci committed Jan 17, 2025
2 parents 1f6c7a0 + 0e11015 commit 63d7391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CatalogDataExporter/Model/Query/ProductMetadataQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function getQuery(array $arguments): Select
'required' => 'eav.is_required',
'unique' => 'eav.is_unique',
'global' => 'cea.is_global',
'visible' => 'cea.is_visible',
'visible' => 'cea.is_visible_on_front',
'searchable' => 'cea.is_searchable',
'filterable' => 'cea.is_filterable',
'visibleInCompareList' => 'cea.is_comparable',
Expand Down

0 comments on commit 63d7391

Please sign in to comment.