title | issue |
---|---|
Fix sorting payment status and delivery status at admin order grid |
NEXT-9795 |
- Added property
dataIndex: transactions.stateMachineState.name
in methodgetOrderColumns
in/src/module/sw-order/page/sw-order-list/index.js
to fix sorting Payment status. - Added property
dataIndex: deliveries.stateMachineState.name
in methodgetOrderColumns
in/src/module/sw-order/page/sw-order-list/index.js
to fix sorting Delivery status.