Files
Christophe Bliard 3c5a6f50d5 Switch to manual scheduling mode during rescheduling of dependencies
When a work package no longer have any predecessors (direct or indirect)
nor children, then it must switch to manual scheduling mode to keep its
dates.

This is now handled directly by the `WorkPackages::SetScheduleService`.
This simplifies the logic of `Relations::DeleteService` which no longer
has to switch a successor to manual by itself. It's all handled in the
ScheduleService.
2025-02-25 09:18:26 +01:00
..