Skip to content

Commit ad3c18f

Browse files
authored
Order grid - Sort by Purchase Date Desc by default
1 parent 373bd01 commit ad3c18f

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

+1-1
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)