You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems only the first 20 measurement entries per category are loaded. Besides increasing the page size in src/services/measurements.ts, we should also use fetchPaginated since there can potentially be many entries per category.
The text was updated successfully, but these errors were encountered:
When all measurements of a specific category where fetched,
it would only receive the first 20 even tough there were
more. This is now fixed by fetching all pages.
See: wger-project#782
When all measurements of a specific category where fetched,
it would only receive the first 20 even tough there were
more. This is now fixed by fetching all pages.
See: #782
It seems only the first 20 measurement entries per category are loaded. Besides increasing the page size in
src/services/measurements.ts
, we should also usefetchPaginated
since there can potentially be many entries per category.The text was updated successfully, but these errors were encountered: