go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
1.02k stars 71 forks source link

Comments pagination in a task #329

Closed PedroERZ closed 1 month ago

PedroERZ commented 1 month ago

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

image

image

kolaente commented 1 month ago

Fixed in https://github.com/go-vikunja/vikunja/commit/54994a1671e0093f71476dcff84144e0ac37d941, 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.