Skip to content

Commit

Permalink
noshow fix routing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvanspauwen committed Nov 14, 2023
1 parent 3c1e721 commit 0a0827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/ShopBundle/Resources/config/router.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'shop_admin_shop_reservation' => array(
'type' => 'Laminas\Router\Http\Segment',
'options' => array(
'route' => '/admin/shop/reservation[/:action[/:id]][/:field/:string][/type/:type][/page/:page][/]',
'route' => '/admin/shop/reservation[/:action[/:id][/page/:page]][/:field/:string][/type/:type][/]',
'constraints' => array(
'action' => '[a-zA-Z][a-zA-Z0-9_-]*',
'id' => '[0-9]*',
Expand Down

0 comments on commit 0a0827e

Please sign in to comment.