Skip to content

Commit 00773eb

Browse files
committed
MC-40679: A "Products" page of the Admin panel is constantly loading after sorting by FPT value was applied
1 parent 61fcece commit 00773eb

File tree

3 files changed

+2
-4
lines changed
  • app/code/Magento/Weee
  • dev/tests/integration/testsuite/Magento/Weee/Plugin/Catalog/Ui/Component/Listing

3 files changed

+2
-4
lines changed

app/code/Magento/Weee/Ui/Component/Listing/Columns.php renamed to app/code/Magento/Weee/Plugin/Catalog/Ui/Component/Listing/Columns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Weee\Ui\Component\Listing;
8+
namespace Magento\Weee\Plugin\Catalog\Ui\Component\Listing;
99

1010
use Magento\Catalog\Ui\Component\Listing\Attribute\Repository;
1111
use Magento\Catalog\Ui\Component\Listing\Columns as DefaultColumns;

app/code/Magento/Weee/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@
8585
<plugin name="removeWeeAttributesData" type="Magento\Weee\Plugin\Catalog\ResourceModel\Attribute\RemoveProductWeeData" />
8686
</type>
8787
<type name="Magento\Catalog\Ui\Component\Listing\Columns">
88-
<plugin name="changeWeeColumnConfig" type="Magento\Weee\Ui\Component\Listing\Columns"/>
88+
<plugin name="changeWeeColumnConfig" type="Magento\Weee\Plugin\Catalog\Ui\Component\Listing\Columns"/>
8989
</type>
9090
</config>

dev/tests/integration/testsuite/Magento/Weee/Model/Plugin/ColumnsTest.php renamed to dev/tests/integration/testsuite/Magento/Weee/Plugin/Catalog/Ui/Component/Listing/ColumnsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Weee\Model\Plugin;
9-
108
use Magento\Catalog\Ui\Component\Listing\Attribute\Repository;
119
use Magento\Catalog\Ui\Component\Listing\Columns;
1210
use Magento\Catalog\Ui\DataProvider\Product\ProductDataProvider;

0 commit comments

Comments
 (0)