leantime icon indicating copy to clipboard operation
leantime copied to clipboard

[BUG] Dependency not respected

Open martinkoutecky opened this issue 3 years ago • 0 comments

Describe the bug

In milestones, when Task A is set as a dependency of Task B, where Task B starts right after Task A finishes, when the due date of Task A is pushed, it should automatically push forward the start date of Task B (because otherwise the dependency is not respected). This currently does not work; the start date of Task B stays unchanged, specifically Task B is allowed to start before the due date of Task A.

The expected behavior is that the start of Task B gets changed to the due date of Task A.

Leantime Version 2.2.7, docker.

martinkoutecky avatar Sep 06 '22 15:09 martinkoutecky