Scenario
- Create a dependency from "New task" to "Front"
- The Front task get updated to infinite.
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.
Scenario
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.