HOTFIX: update skip calculation to consider filter limit #1559

Merged
jsegarra merged 2 commits from hotfix_paginate_limit_filter into master 2025-03-05 13:19:34 +00:00
Member

Ahora mismo, si modificas el valor del limit de la URL y haces scroll en monitores no te carga datos
Por ejemplo
si tienes limi:20 y skip 0, la siguiente peticion que te hace son limit:100 y skip 100

Es porque no tiene en cuenta el store.filter y solo el del vnTable.limit

Ahora mismo, si modificas el valor del limit de la URL y haces scroll en monitores no te carga datos Por ejemplo si tienes limi:20 y skip 0, la siguiente peticion que te hace son limit:100 y skip 100 Es porque no tiene en cuenta el store.filter y solo el del vnTable.limit
jsegarra added 1 commit 2025-03-05 13:07:23 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
ae71c80fb3
fix: update skip calculation to consider filter limit
jsegarra requested review from alexm 2025-03-05 13:07:29 +00:00
jsegarra changed title from fix: update skip calculation to consider filter limit to HOTFIX: update skip calculation to consider filter limit 2025-03-05 13:07:37 +00:00
alexm approved these changes 2025-03-05 13:17:14 +00:00
alexm added 1 commit 2025-03-05 13:17:21 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
4755d12976
Merge branch 'master' into hotfix_paginate_limit_filter
jsegarra merged commit b139f11323 into master 2025-03-05 13:19:34 +00:00
jsegarra deleted branch hotfix_paginate_limit_filter 2025-03-05 13:19:34 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#1559
No description provided.