[GH-ISSUE #128] Bug: Some subtasks don't show up, likely pagination issue. #5968

Closed
opened 2026-04-20 16:26:07 -05:00 by GiteaMirror · 11 comments
Owner

Originally created by @from-nibly on GitHub (Dec 20, 2023).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/128

Description

When adding subtasks onto a project through the task details page, I noticed that some of the tasks aren't showing up in the list. Also i now have multiple pages in the project, but the second page doesn't have any tasks that show up.

Vikunja Frontend Version

0.22.0

Vikunja API Version

0.22.0

Browser and version

Firefox 119.0.1

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Selection_437
image

If this still exists at time of reading the link to this project is https://try.vikunja.io/projects/23/list?page=2

I created tasks with 11 subtasks over and over until it appeared.

it looks like there are 50 tasks before it paginates and stops showing up

Here's the yoo task with all of the actual subtasks

image

Originally created by @from-nibly on GitHub (Dec 20, 2023). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/128 ### Description When adding subtasks onto a project through the task details page, I noticed that some of the tasks aren't showing up in the list. Also i now have multiple pages in the project, but the second page doesn't have any tasks that show up. ### Vikunja Frontend Version 0.22.0 ### Vikunja API Version 0.22.0 ### Browser and version Firefox 119.0.1 ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots ![Selection_437](https://github.com/go-vikunja/frontend/assets/3860803/739a6111-c240-4ca6-a8c8-495976c14c03) ![image](https://github.com/go-vikunja/frontend/assets/3860803/cc67b576-b21b-4d9d-9b1e-40cde37393b8) If this still exists at time of reading the link to this project is https://try.vikunja.io/projects/23/list?page=2 I created tasks with 11 subtasks over and over until it appeared. it looks like there are 50 tasks before it paginates and stops showing up Here's the yoo task with all of the actual subtasks ![image](https://github.com/go-vikunja/frontend/assets/3860803/c3133f88-4221-4adc-95ca-e271c8a75607)
Author
Owner

@from-nibly commented on GitHub (Dec 20, 2023):

Actually I'm adding more and more tasks to my list and it looks like there are several pagination + subtask related issues.

I think this is all frontend related since the api Seems to be returning all subtasks just fine in the API calls I see in the browser.

Like right now I'm seeing that even after pushing some tasks to the second page, Some parent tasks now contain all of their subtasks while others don't

<!-- gh-comment-id:1934161745 --> @from-nibly commented on GitHub (Dec 20, 2023): Actually I'm adding more and more tasks to my list and it looks like there are several pagination + subtask related issues. I think this is all frontend related since the api Seems to be returning all subtasks just fine in the API calls I see in the browser. Like right now I'm seeing that even after pushing some tasks to the second page, Some parent tasks now contain all of their subtasks while others don't
Author
Owner

@kolaente commented on GitHub (Dec 21, 2023):

Which of the tasks are actually missing? Only tasks which are the subtask of another task?

<!-- gh-comment-id:1934161753 --> @kolaente commented on GitHub (Dec 21, 2023): Which of the tasks are actually missing? Only tasks which are the subtask of another task?
Author
Owner

@from-nibly commented on GitHub (Dec 21, 2023):

Yes parent tasks all seem to appear. It's just the subtasks that are missing as far as I can tell.

<!-- gh-comment-id:1934161757 --> @from-nibly commented on GitHub (Dec 21, 2023): Yes parent tasks all seem to appear. It's just the subtasks that are missing as far as I can tell.
Author
Owner

@kolaente commented on GitHub (Dec 21, 2023):

Are the subtasks definitely missing or do they show up as nested below their parent?

<!-- gh-comment-id:1934161764 --> @kolaente commented on GitHub (Dec 21, 2023): Are the subtasks definitely missing or do they show up as nested below their parent?
Author
Owner

@from-nibly commented on GitHub (Dec 21, 2023):

They look like the screenshots above. The tasks definitely exist. They show up in the details page. They don't appear in the project list page though.

The examples should also be in the "try" domain for you to explore.

<!-- gh-comment-id:1934161775 --> @from-nibly commented on GitHub (Dec 21, 2023): They look like the screenshots above. The tasks definitely exist. They show up in the details page. They don't appear in the project list page though. The examples should also be in the "try" domain for you to explore.
Author
Owner

@from-nibly commented on GitHub (Dec 21, 2023):

The examples should also be in the "try" domain for you to explore.

Jk they are gone.

<!-- gh-comment-id:1934161782 --> @from-nibly commented on GitHub (Dec 21, 2023): > The examples should also be in the "try" domain for you to explore. Jk they are gone.
Author
Owner

@kolaente commented on GitHub (Dec 23, 2023):

Do they show up as nested below their parent in the project list?

<!-- gh-comment-id:1934161790 --> @kolaente commented on GitHub (Dec 23, 2023): Do they show up as nested below their parent in the project list?
Author
Owner

@from-nibly commented on GitHub (Dec 23, 2023):

No that's what the bug is about. Some of them do some of them don't.

They show up fine in the details page, the kanban board, and the table, but they don't show up nested below their parents on the project list. The screenshots should help illustrate what I'm talking about.

<!-- gh-comment-id:1934161795 --> @from-nibly commented on GitHub (Dec 23, 2023): No that's what the bug is about. Some of them do some of them don't. They show up fine in the details page, the kanban board, and the table, but they don't show up nested below their parents on the project list. The screenshots should help illustrate what I'm talking about.
Author
Owner

@from-nibly commented on GitHub (Dec 23, 2023):

I guess for a little more clarification. They don't show up anywhere on the project list nested or otherwise.

<!-- gh-comment-id:1934161800 --> @from-nibly commented on GitHub (Dec 23, 2023): I guess for a little more clarification. They don't show up anywhere on the project list nested or otherwise.
Author
Owner

@kolaente commented on GitHub (Jan 15, 2024):

I've pushed a potential fix in 664bf0a5f4 - can you check with the next unstable build if the problem went away?

<!-- gh-comment-id:1934161806 --> @kolaente commented on GitHub (Jan 15, 2024): I've pushed a potential fix in 664bf0a5f48ba872236de6af9c2735e68b47b4b7 - can you check with the next unstable build if the problem went away?
Author
Owner

@kolaente commented on GitHub (Jan 26, 2024):

Closing as resolved, since I'm unable to reproduce this any more. Please ping if you think this is still a problem.

<!-- gh-comment-id:1934161811 --> @kolaente commented on GitHub (Jan 26, 2024): Closing as resolved, since I'm unable to reproduce this any more. Please ping if you think this is still a problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#5968