Skip to content

Commit

Permalink
Merge pull request #319 from magento-tango/MAGETWO-57497
Browse files Browse the repository at this point in the history
Fixed issue:
 - MAGETWO-57497: [Backport] - Pagination is absent on Order Status grid - for 2.1
  • Loading branch information
Oleksii Korshenko authored Sep 1, 2016
2 parents d1125a1 + 22ae232 commit 9703d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<argument name="dataSource" xsi:type="object">Magento\Sales\Model\ResourceModel\Status\Collection</argument>
<argument name="default_sort" xsi:type="string">state</argument>
<argument name="default_dir" xsi:type="string">desc</argument>
<argument name="pager_visibility" xsi:type="string">0</argument>
<argument name="pager_visibility" xsi:type="string">1</argument>
</arguments>
<block class="Magento\Backend\Block\Widget\Grid\ColumnSet" as="grid.columnSet" name="sales_order_status.grid.columnSet">
<arguments>
Expand Down

0 comments on commit 9703d00

Please sign in to comment.