Skip to content

Commit

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

#11932 [2.1-develop] 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 c4d14ff + 4bd4326 commit 476a1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="filter" xsi:type="string">text</item>
<item name="sorting" xsi:type="string">desc</item>
<item name="label" xsi:type="string" translate="true">ID</item>
</item>
</argument>
Expand All @@ -187,6 +186,7 @@
<item name="component" xsi:type="string">Magento_Ui/js/grid/columns/date</item>
<item name="dataType" xsi:type="string">date</item>
<item name="label" xsi:type="string" translate="true">Purchase Date</item>
<item name="sorting" xsi:type="string">desc</item>
<item name="dateFormat" xsi:type="string">MMM dd, YYYY, H:mm:ss A</item>
</item>
</argument>
Expand Down

0 comments on commit 476a1e9

Please sign in to comment.