Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Aleksandra Ciesińska
Aleksandra CiesińskaReporter
Paweł Muchowski
Paweł Muchowski(Deactivated)Labels
Story Points
3
Original estimate
3d
Time tracking
2d 4h logged4h remaining
Components
Sprint
Add sprint
Priority
Time Assistant
Created April 30, 2021 at 3:06 PM
Updated May 11, 2021 at 1:05 PM
Resolved May 11, 2021 at 6:03 AM
Pagination is not working in Stock on Hand table in offline mode.
This issue is caused by incorrect caching of the data on this page (new entry is created in the db for every page).
Dev notes:
We do not want to cache and replace data in PouchDB when the pagination parameter is provided in the request
We need to alter how the pagination for Stock on Hand works in the offline mode - it needs to happen on the frontend side (RegisterList)