Skip to content

Commit 8c84063

Browse files
author
Oleksii Korshenko
committed
MAGETWO-83154: [2.3-develop] Order grid - Sort by Purchase Date Desc by default #11931
- Merge Pull Request #11931 from ihor-sviziev/magento2:2.3-develop-order-grid-sort-by-purchase-date - Merged commits: 1. a29eda0
2 parents 316426a + a29eda0 commit 8c84063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_grid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
<settings>
140140
<filter>text</filter>
141141
<label translate="true">ID</label>
142-
<sorting>desc</sorting>
143142
</settings>
144143
</column>
145144
<column name="store_id" class="Magento\Store\Ui\Component\Listing\Column\Store">
@@ -154,6 +153,7 @@
154153
<filter>dateRange</filter>
155154
<dataType>date</dataType>
156155
<label translate="true">Purchase Date</label>
156+
<sorting>desc</sorting>
157157
</settings>
158158
</column>
159159
<column name="billing_name">

0 commit comments

Comments
 (0)