diego2013 / CSR_Meteor

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

Selecting a number of results per page changes the filter #158

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

Selecting a number of results per page changes the filter. Detected on the feedback reports but of course happens too on My Scenarios.

It seems that when we choose a different number of results per page to be show the table is recalculated and the filter ignored.

diego2013 commented 8 years ago

It seems that when we change the # of results it routes again, setting again the session variable for the status filter. This does not happen when we use the navigation buttons.

diego2013 commented 8 years ago

We need to find another way of initializing the filter variable wen we visit the page, or find why is routing when we change that session variable but not the other.