Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug: Kanban view loadMoreKanbanData api is failing due to incorrect offset payload #7451

Closed
1 task done
rameshmane7218 opened this issue Jan 18, 2024 · 0 comments
Closed
1 task done
Assignees
Milestone

Comments

@rameshmane7218
Copy link
Collaborator

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

API response:

{"msg":"Offset is beyond the total number of records"}
Screen.Recording.2024-01-18.at.1.09.50.PM.mov

Desired Behavior

Before making api call check the totalRows and then call api if currentRecords is less than totalRows

 "list": [...],
 "pageInfo": {
        "totalRows": 48,
        "page": 2,
        "pageSize": 25,
        "isFirstPage": false,
        "isLastPage": true
    }

Project Details

0.204.0

Attachments

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant