Skip to content

We get an infinite loop while creating a dependency on task child of a dynamic task #68

Description

@lfasani

Scenario

  • Create a dependency from "New task" to "Front"
  • The Front task get updated to infinite.
Image

Actually, it is not really a infinite loop because the tasks seems to be updated to 2037

Workaround: Ctrl + Z allow to undo changes

Analyse

Development and "Code Development" are dynamic that is defined from their children that is dependant from their children
The infinite loop comes from the fact that "New task" depends on "Development" and Development depends in Front (because it is dynamic) and Front depends on "New task". So there a dependency cycle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions