diego2013 / CSR_Meteor

CSR prototype III. Implementation using the Meteor platform
1 stars 1 forks source link

"Next" navigation button not working well #159

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

Even if it looks disabled it can be clicked, and tries to go to the next page, where there are no results.

Probably a consequence of changing the total number of results via status filters

image

diego2013 commented 8 years ago

Probably the problem is that Counts.get('feedbackCounter') in the event triggered by the "next button", which should take into account the filter.

image