Skip to content

Commit

Permalink
Merge pull request #51 from BitBagCommerce/fix/op-311-fix-grid-sorting
Browse files Browse the repository at this point in the history
OP-311/Fix grid sorting
  • Loading branch information
senghe authored Aug 1, 2024
2 parents 3ca570e + 96d7234 commit 5e78ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/grids/bitbag_shipping_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sylius_grid:
type: twig
label: sylius.ui.order
path: .
sortable: shipment.order
sortable: shipment.order.number
options:
template: "@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/orderNumber.html.twig"
shipment:
Expand All @@ -38,7 +38,7 @@ sylius_grid:
type: twig
label: sylius.ui.shipping_method
path: .
sortable: shipment.method
sortable: shipment.method.code
options:
template: "@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/shippingMethod.html.twig"
labelPath:
Expand Down

0 comments on commit 5e78ef6

Please sign in to comment.