Jaxel
Well-known member
I have a route:
I also have an events archive at
But the pagination is not at
Is this expected behavior?
- Route prefix:
ewr-atendo - Sub-name:
events - Route format:
events/:int<event_id,event_title>/:page - Controller:
EWR\Atendo:Event
ewr-atendo/events/ works great, it even paginates well at ewr-atendo/events/page-2.I also have an events archive at
ewr-atendo/events/archive.But the pagination is not at
ewr-atendo/events/archive/page-2, but is instead at ewr-atendo/events/page-2/archive.Is this expected behavior?