project_task_parent_due_auto
Automatically recalculates the parent task's due date to match the earliest due date of its child tasks when a child's due date changes.
Key Features
- project.task: Updates the parent task's due date when a child task's due date is set or changed.
- project.task: Sets the parent task's due date to the earliest due date among all child tasks that have due dates.
- project.task: Does not update child tasks' due dates when the parent task's due date is changed.
- project.task: Updates the parent task's due date when a new child task is created with a due date.
- project.task: Recalculates the parent task's due date when a child task's due date is removed, using the remaining children's due dates.