Skip to content

Commit 8170bd7

Browse files
committed
Sorting by Websites not working in product grid in backoffice #20511
1 parent fa49579 commit 8170bd7

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/Catalog/Ui/Component/Listing/Columns

1 file changed

+4
-4
lines changed

app/code/Magento/Catalog/Ui/Component/Listing/Columns/Websites.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Magento\Framework\View\Element\UiComponentFactory;
99
use Magento\Framework\View\Element\UiComponent\ContextInterface;
1010
use Magento\Store\Model\StoreManagerInterface;
11-
use \Magento\Framework\DB\Helper;
11+
use Magento\Framework\DB\Helper;
1212

1313
/**
1414
* @api
@@ -42,17 +42,17 @@ class Websites extends \Magento\Ui\Component\Listing\Columns\Column
4242
* @param ContextInterface $context
4343
* @param UiComponentFactory $uiComponentFactory
4444
* @param StoreManagerInterface $storeManager
45-
* @param Helper $resourceHelper
4645
* @param array $components
4746
* @param array $data
47+
* @param Helper $resourceHelper
4848
*/
4949
public function __construct(
5050
ContextInterface $context,
5151
UiComponentFactory $uiComponentFactory,
5252
StoreManagerInterface $storeManager,
53-
Helper $resourceHelper = null,
5453
array $components = [],
55-
array $data = []
54+
array $data = [],
55+
Helper $resourceHelper = null
5656
) {
5757
parent::__construct($context, $uiComponentFactory, $components, $data);
5858
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();

0 commit comments

Comments
 (0)