Skip to content

Commit 7399263

Browse files
committed
ACP2E-1367: add missing entities to grid in async mode; added mftf; fix for order archiving
1 parent 2b7ab01 commit 7399263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/ResourceModel/Provider/Query/IdListBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function build(string $mainTableName, string $gridTableName): Select
105105
[$table => $table],
106106
sprintf(
107107
'%s.%s = %s.%s',
108-
$mainTableName,
108+
'main_table',
109109
'entity_id',
110110
$table,
111111
'entity_id'

0 commit comments

Comments
 (0)