Skip to content

Commit

Permalink
Merge pull request #1651 from magento-engcom/2.2-develop-prs
Browse files Browse the repository at this point in the history
Public Pull Requests

#11911 Order grid - Sort by Purchase Date Desc by default by @ihor-sviziev

Fixed Public Issues

#10185 New Orders are not in Order grid after data migration from M 1.7.0.2 to M 2.1.7
  • Loading branch information
Oleksii Korshenko authored Nov 2, 2017
2 parents 89a497e + 5002329 commit 148da00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
<settings>
<filter>text</filter>
<label translate="true">ID</label>
<sorting>desc</sorting>
</settings>
</column>
<column name="store_id" class="Magento\Store\Ui\Component\Listing\Column\Store">
Expand All @@ -154,6 +153,7 @@
<filter>dateRange</filter>
<dataType>date</dataType>
<label translate="true">Purchase Date</label>
<sorting>desc</sorting>
</settings>
</column>
<column name="billing_name">
Expand Down

0 comments on commit 148da00

Please sign in to comment.