Skip to content

Commit 0e63080

Browse files
authored
Exclude category_code attribute from list
1 parent c44a69a commit 0e63080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Model/Config/Source/Category/VisibleAttributes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ private function createVisibleAttributeCollection(): Collection
6565
['']
6666
);
6767
$collection->addFieldToFilter('cea.is_visible', 1);
68+
$collection->addFieldToFilter('attribute_code', 'category_code');
6869
$collection->setOrder('frontend_label', 'ASC');
6970
$collection->setOrder('attribute_code', 'ASC');
7071

0 commit comments

Comments
 (0)