Skip to content

Disallow invalid page numbers #3

@erlendellefsen

Description

What happened?

If the user tries to fetch a page outside total page count the last page should be returned.

What browsers are you seeing the problem on?

No response

Relevant log output

{
    "data": [],
    "meta": {
        "pagination": {
            "totalResources": 6,
            "totalPages": 1,
            "currentPage": 2,
            "pageSize": 10
        }
    },
    "links": {...}
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions