mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
Comments pagination in a task #2012
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PedroERZ on GitHub (Sep 23, 2024).
Description
I am having problems with pagination in the comments of my task, according to the tables in the DB there are more than 600 comments, but in the page view only 50 are shown, the rest are “hidden”, pagination should be enabled at this point but it does not happen
Vikunja Version
Vikunja api version v0.23.0 Built with go1.21.7
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
@kolaente commented on GitHub (Sep 29, 2024):
Fixed in
54994a1671, please check with the next unstable build (should be ready for deployment in ~45min, also on try).It's amazing how comments have been a thing in Vikunja since almost 5 years, and yet no one has noticed the pagination does not work.