Infos:
Hello everyone,
Could it be that there is currently an error in the pagination?
According to the documentation, an empty response should come back if there are no further entries. For me, however, the first/last page is repeated, which means that if you check for a blank page, you end up in an endless loop.
Here is the structure of the request:
const url = /api/v1/ticket_articles/by_ticket/${ticketId}?expand=true&page=${page}&per_page=${perPage}
;
- Used Zammad version: 6.3.1-1720676543.45c9b70f.bookworm
- Used Zammad installation type: package
- Operating system: Debian 12 Bookworm
- Browser + version:
Expected behavior:
- Pagination should work as expected in the documentation
Actual behavior:
- Pagination is repeating always same page