Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 475 Bytes

2020-10-09-fix-sorting-payment-status-and-delivery-status-at-admin-order-grid.md

File metadata and controls

7 lines (7 loc) · 475 Bytes
title issue
Fix sorting payment status and delivery status at admin order grid
NEXT-9795

Administration

  • Added property dataIndex: transactions.stateMachineState.name in method getOrderColumns in /src/module/sw-order/page/sw-order-list/index.js to fix sorting Payment status.
  • Added property dataIndex: deliveries.stateMachineState.name in method getOrderColumns in /src/module/sw-order/page/sw-order-list/index.js to fix sorting Delivery status.