gramps-web icon indicating copy to clipboard operation
gramps-web copied to clipboard

Recently changed objects reloading every second

Open DavidMStraub opened this issue 8 months ago • 0 comments

Under certain conditions, the recently changed object component reloads every second because getUrl returns a different value. This could happen with the new app state handling e.g. if a background task status is being fetched at intervals.

The fix should be easy: round the timestamp (which is only used to restrict the search results to the last year to something big (e.g. 100k seconds).

DavidMStraub avatar Apr 03 '25 20:04 DavidMStraub