Task comment pagination in 1.0.0-rc1

Hi,

Task comment pagination no longer seems to be working after updating from 0.24.6 to 1.0.0-rc1. Tasks that had multiple pages of comments before are now showing all comments on one page with no pagination buttons, which can cause 100% CPU on the browser tab and a very sluggish UI. I’m seeing the same results in Firefox and Chromium.

Thanks in advance.

Can you reproduce this on the demo?

Yes. I added 101 comments to one of the pre-created tasks on the demo and there is no pagination.

This is now fixed in ed04638, please check with the next unstable build (should be ready for deployment in ~30min, also on try).

The latest unstable build does now show only the first 50 comments instead of all comments, however the pagination buttons are not present like they were in 0.24.6 so comments after 50 cannot be navigated to.

Which unstable build are you using? This has already been fixed recently.

It was the latest .deb unstable as of the time of my last message. I just updated to the latest vikunja-unstable-x86_64.deb dated 09/02/2025 07:27:45 AM +00:00 and there are still no pagination buttons on tasks with > 50 comments.

It is also reproducible on the demo site right now - added 55 comments to this task, the first 50 are shown but no pagination buttons to see the next page.

This is now fixed in fix(user): do not reject 2fa for local users by kolaente · Pull Request #1414 · go-vikunja/vikunja · GitHub, please check with the next unstable build (should be ready for deployment in ~30min, also on try).

Pagination is fully working again in unstable, thanks very much!