page limit / paginator buggy

t3living 15 Apr, 2016
I have been round and round chasing this issue.

I have one CC5 list that contains a list of courses a user is enrolled in. Each course has a link to a second CC5 listing (Requirements) and passes some key data in the url.

On initial load, the Requirements CC5 listing displays correctly, and I store the get variables passed into hidden inputs so that they are always part of the CC5 admin form.

I have both pagination and filters on the Requirements list.
[list=]
If I page nav without filtering, the pages change as expected and the link retains the original "get" variables
if, however, I filter first. the filter works properly. but subsequent page_navs do not work because the link assigned to the page_nav is updated by the filter submission and no longer contains the original get variables.
If I turn pagination off, remove the _PAGINATION_NAV, and set the page limit to 50. clear cache, etc. Then the page listing does not include all of the rows. it stops at row = 25.
[/list]

I either need to find a way to pass the get params into the pagination_nav or get the listing to be non-paged but show all rows.
This topic is locked and no more replies can be posted.