Skip to content

Commit 0974362

Browse files
committed
AC-10659: Category Products Grid > Status & Visibility Columns are empty when sorting by name
1 parent 10fe185 commit 0974362

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Category/Tab

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Category/Tab/Product.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ class Product extends Extended
4343
*/
4444
private $visibility;
4545

46+
/**
47+
* @var ProductCollectionFactory|mixed
48+
*/
4649
private ProductCollectionFactory $productCollectionFactory;
4750

4851
/**

0 commit comments

Comments
 (0)