Pagination and total count for polls does not work as intended
After upgrading to Meteor 2.6.1, tests on polls are failing (polls publications)
It seems that pagination and user's total poll counts is not working as it should.
Currently, if poll number is grater than the limit defined for paginating (10 polls), total polls count is wrong and only the first page of polls are detected and displayed (and pagination component does not display)
total number of polls is based on a query that uses the same options as the currently displayed polls (it never exceeds limit defined for pagination). Problem affects both polls and meetings
It also seems that changing page in a Pagination component changes the active page of other Pagination components on the same page (see polls and meetings tables on home page).
Edited by Bruno Boiget