Community
Participate
Working Groups
When searching for a task on the repository, it is not added to the task list when clicking the button in the task edtor header to schedule for today, only when actually selecting a date from the dropdown.
We need to take a pass through all the cases to ensure that invisible tasks that are scheduled, have changes etc. are guaranteed to be visible somewhere in the task list.
Note that this is not related to the new support for hidden tasks - this case was just missed when fixing bug 334414. For the case of hidden tasks, some of the things to look at are listed on 338984: Add link to hidden tasks to add them to the task list https://bugs.eclipse.org/bugs/show_bug.cgi?id=338984
Created attachment 193334 [details] fix
Created attachment 193335 [details] mylyn/context/zip
I have extracted the logic to add tasks to the default category when necessary into a method TaskList.addTaskIfAbsent().