You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've discovered a case where pagination produces 'mulitple paginate navs' when paginating over a nested loop of objects.
In my working case I have:
event_dates (datetime)
events ('which fall on event_dates')
producing a list that looks like:
Monday 1st Jan
Event 1 (starts)
Event 2 (one day only)
Tuesday 2nd Jan
Event 1 (continues)
Event 3
Wednesday 3rd Jan
Event 1 (ends)
In a sort of 'daily agenda' fashion.
Pagination 'appears' correct on the first page, however, on the 'last' it seems to be trying to 'paginate' the nested objects, in this case the 'events' as well, an yields 2 or more nested 'pagination navs'
I haven't tested the 'in-between' pages as yet.
Bests
The text was updated successfully, but these errors were encountered:
I've discovered a case where pagination produces 'mulitple paginate navs' when paginating over a nested loop of objects.
In my working case I have:
producing a list that looks like:
In a sort of 'daily agenda' fashion.
Pagination 'appears' correct on the first page, however, on the 'last' it seems to be trying to 'paginate' the nested objects, in this case the 'events' as well, an yields 2 or more nested 'pagination navs'
I haven't tested the 'in-between' pages as yet.
Bests
The text was updated successfully, but these errors were encountered: