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

Tasks are not rendered in Gantt, if start date is earlier than date range start date #353

Closed Peasniped closed 1 week ago

Peasniped commented 1 week ago

Description

In the Gantt view, if the start date of a task is earlier than the start date of the selected date range, the task is not rendered in the Gantt chart. However, if the task's end date falls within the date range, the task should still be visible in the chart.

This behavior means that for long-running tasks (e.g., tasks that last two months), once the task's start date has passed, the task will no longer be displayed in the table, even if its end date falls within the visible date range.

Vikunja Version

v0.24.4

Browser and version

Google Chrome Version 130.0.6723.117 (Official Build) (64-bit)

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

vikunja issue In the second screenshot, the start date of the date range is moved forward by one day, causing the task 'Test' to disappear.

kolaente commented 1 week ago

Duplicate of https://github.com/go-vikunja/vikunja/issues/149