Skip to content

Commit

Permalink
MAGETWO-83154: [2.3-develop] Order grid - Sort by Purchase Date Desc …
Browse files Browse the repository at this point in the history
…by default #11931
  • Loading branch information
ishakhsuvarov authored Nov 2, 2017
2 parents 8462688 + 8c84063 commit 1781feb
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 1781feb

Please sign in to comment.