mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12090] Fix pagination for routes
No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090
This commit is contained in:
6
tests/pagination/config/routing.yml
Normal file
6
tests/pagination/config/routing.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
core_controller:
|
||||
pattern: /test
|
||||
defaults: { _controller: core_foo.controller:bar, page: 1}
|
||||
core_page_controller:
|
||||
pattern: /test/page/{page}
|
||||
defaults: { _controller: core_foo.controller:bar}
|
Reference in New Issue
Block a user