Skip to content

Commit 2000428

Browse files
committed
ACP2E-1199: reset additionalGridTables to avoid previous entities dependency.
1 parent 878c9de commit 2000428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public function build(string $mainTableName, string $gridTableName): Select
112112
)
113113
->where($table . '.entity_id IS NULL');
114114
}
115+
$this->additionalGridTables = [];
115116
return $select;
116117
}
117118
}

0 commit comments

Comments
 (0)