mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Grid] Fixed sortable properties' paths
This commit is contained in:
parent
019c211778
commit
63c72ddb9a
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ sylius_grid:
|
|||
channel:
|
||||
type: twig
|
||||
label: sylius.ui.channel
|
||||
sortable: ~
|
||||
sortable: channel.code
|
||||
options:
|
||||
template: "@SyliusAdmin/Order/Grid/Field/channel.html.twig"
|
||||
number:
|
||||
|
|
@ -27,7 +27,7 @@ sylius_grid:
|
|||
type: datetime
|
||||
label: sylius.ui.date
|
||||
path: checkoutCompletedAt
|
||||
sortable: ~
|
||||
sortable: checkoutCompletedAt
|
||||
options:
|
||||
format: d-m-Y H:i:s
|
||||
customer:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue