In Revision 98 in today-log: When I enter a new record with Start or any other projecttask, the project in the menu will vanish after saving. It should stay there and only vanish if i use a break/leave and did specify a project. The project should stay in case someone took a small break ( smoking, lunch, other ).
Solution:
$had_a_non_project_task = true;
this line should be directly after
if(empty($ourproject) && $task->isNoneProjectTask($ourtask)) {
a few lines higher up.