Skip to content

Commit 8328939

Browse files
committed
ACPT-677: Catalog product grid improvement
- It's not allowed to chnage block name;
1 parent d5dbe99 commit 8328939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/view/adminhtml/layout/sales_order_create_load_block_search_grid.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<body>
1010
<referenceContainer name="content">
11-
<block class="Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid" name="search.grid" as="grid"/>
11+
<block class="Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid" name="serach.grid" as="grid"/>
1212
</referenceContainer>
13-
<referenceBlock name="search.grid">
13+
<referenceBlock name="serach.grid">
1414
<arguments>
1515
<argument name="view_model" xsi:type="object">Magento\Backend\ViewModel\CalculateApproximateProductsNumber</argument>
1616
</arguments>

0 commit comments

Comments
 (0)