Skip to content

Commit

Permalink
Order grid - Sort by Purchase Date Desc by default
Browse files Browse the repository at this point in the history
(cherry picked from commit ad3c18f)
  • Loading branch information
ihor-sviziev committed Nov 1, 2017
1 parent 2a5c140 commit a29eda0
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 a29eda0

Please sign in to comment.