Export Data after deleting task
This commit is contained in:
parent
be8c6b50ba
commit
16e3549455
@ -159,6 +159,7 @@ public class TaskManager
|
|||||||
}
|
}
|
||||||
foreach(TrangaTask childTask in removeTask.childTasks)
|
foreach(TrangaTask childTask in removeTask.childTasks)
|
||||||
DeleteTask(childTask);
|
DeleteTask(childTask);
|
||||||
|
ExportDataAndSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<TrangaTask> GetTasksMatching(TrangaTask mTask)
|
public IEnumerable<TrangaTask> GetTasksMatching(TrangaTask mTask)
|
||||||
|
Loading…
Reference in New Issue
Block a user