Tandem-App-Tuni / Kivako-App

This repository contains the application code.
0 stars 2 forks source link

Page reset issue #82

Open EAkkanen opened 3 years ago

EAkkanen commented 3 years ago

On pages like "list of matches" and "list of students" one can select the number of results shown per page. How to run into this bug: 1) restrict the number of results to 10 per page 2) switch to "the next page", showing results from result number 11 onwards 3) input search criteria, in other words type into the textfield search bar The result table will appear empty. That is because the results were printed on "page 1", and the page the user is on was not reset. This will confuse users into ignoring the search results hidden on the "previous page".