Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<arguments>
<argument name="id" xsi:type="string">gridLowstock</argument>
<argument name="use_ajax" xsi:type="string">0</argument>
<argument name="dataSource" xsi:type="object">Magento\InventoryLowQuantityNotification\Model\ResourceModel\LowQuantityCollection</argument>
<argument name="dataSource" xsi:type="object" shared="false">Magento\InventoryLowQuantityNotification\Model\ResourceModel\LowQuantityCollection</argument>
</arguments>
<block class="Magento\Backend\Block\Widget\Grid\Export" name="adminhtml.block.report.product.inventory.lowstock.export" as="grid.export">
<arguments>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<xs:sequence>
<xs:element name="updater" type="updaterType" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="shared" type="xs:boolean" default="true" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down