Skip to content

Commit ab23c71

Browse files
committed
Merge remote-tracking branch 'origin/BUG#AC-433' into spartans_pr_22062022
2 parents 3833bbd + e4e5306 commit ab23c71

File tree

2 files changed

+1
-2
lines changed
  • app/code/Magento/Reports/Model/ResourceModel/Quote/Item
  • dev/tests/integration/testsuite/Magento/Reports/Block/Adminhtml/Shopcart/Product

2 files changed

+1
-2
lines changed

app/code/Magento/Reports/Model/ResourceModel/Quote/Item/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function prepareActiveCartItems()
121121

122122
$quoteItemsSelect->reset()
123123
->from(['main_table' => $this->getTable('quote_item')], '')
124-
->columns('main_table.product_id')
124+
->columns(['main_table.product_id', 'main_table.name'])
125125
->columns(['carts' => new \Zend_Db_Expr('COUNT(main_table.item_id)')])
126126
->columns('quote.base_to_global_rate')
127127
->joinInner(

dev/tests/integration/testsuite/Magento/Reports/Block/Adminhtml/Shopcart/Product/GridTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class GridTest extends \Magento\Reports\Block\Adminhtml\Shopcart\GridTestAbstrac
2222
*/
2323
public function testGridContent()
2424
{
25-
$this->markTestSkipped('MC-40448: Product\GridTest failure on 2.4-develop');
2625
/** @var \Magento\Framework\View\LayoutInterface $layout */
2726
$layout = Bootstrap::getObjectManager()->get(\Magento\Framework\View\LayoutInterface::class);
2827
/** @var Grid $grid */

0 commit comments

Comments
 (0)