uwctri / Recalculate

Redcap External Module to force recalcuations on fields, events, or records
GNU General Public License v3.0
4 stars 1 forks source link

Schedule list going back to page 1 #6

Closed ThomasVermes closed 7 months ago

ThomasVermes commented 9 months ago

image

after clicking on "Schedule to run" my long list of scheduled recalculation is displayed. I have 13 pages. If I click on the last page (or just another page X), the page is correctly open. A strange behaviour after some short time of inactivity on that page X (i.e. going on another tab on the browser for 1 minute or less and going back to redcap or just staying on that page X) makes the list going back to page 1. best Thomas

aanunez commented 8 months ago

This is likely the data being refreshed to the screen and the page value being reset when all the data is updated. We should stash the page and try to set the value after a refresh.

aanunez commented 7 months ago

Just resolved. Planning to do a release soon.