Skip to content

Commit

Permalink
Fixing the errors?
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Oct 16, 2023
1 parent 670065d commit a7cff61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShopBundle/Grid/Account/OrderGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function buildGrid(GridBuilderInterface $gridBuilder): void
],
],
]),
Action::create('pay', 'pay')
Action::create('pay', 'shop_pay')
->setOptions([
'link' => [
'route' => 'sylius_shop_order_show',
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShopBundle/Grid/ProductGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function buildGrid(GridBuilderInterface $gridBuilder): void
$localeCode,
),
$localeCode,
$this->resquest->query->get('sorting') ?? [],
$this->resquest->query->all('sorting'),
$this->includeAllDescendants,
])
->orderBy('position', 'asc')
Expand Down

0 comments on commit a7cff61

Please sign in to comment.