Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Ineffective Followup Task Adjustment when Modifying Preceding Task's End Date #49

Open
rickyweb opened this issue Nov 28, 2023 · 0 comments

Comments

@rickyweb
Copy link

Summary:
When adjusting the end date (planned) of a task that has a followup task linked to it, the modification has no consequence on the followup task, rendering the link ineffective.

Steps to Reproduce:

  1. Create two tasks in a project, one planned to start on day 1 of the next month and end on the 10th, the other planned to start on the 10th and end on the 15th.
  2. Connect the two tasks in the GANTT view by dragging a line between the end of the first and the beginning of the second task.
  3. Adjust the planned end date of task 1 to the 11th by dragging the task bar.

Result:
The planned end date of task 1 is correctly moved to the 11th, but there is no impact on task 2.

Expected Result:
The planned start date of task 2 should move to the 11th, and the planned end date of task 2 to the 16th, and the planned end date of the project to be automatically adjusted accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant