Bug : pagination in reservations
-
When on the reservation page or on the reservation list of an event the pagination doesn’t work and always give the first page of result.
I found a workaround by adding the pno argument in the url like this :
/wp-admin/edit.php?post_type=event&page=events-manager-bookings&event_id=481&pno=2
/wp-admin/edit.php?post_type=event&page=events-manager-bookings&pno=2Or by configuring the page to display more result but then there is a limit of 100 reservations, and this means the database needs to fetch more datas for every admins.
Could someone confirm this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug : pagination in reservations’ is closed to new replies.