Have a new task assigned to the creator by default instead of "no assignee"

This commit is contained in:
Frederic Guillot 2016-01-31 10:36:46 -05:00
parent bb040cfb78
commit 3279768c1c
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ New features:
Improvements:
* Have a new task assigned to the creator by default instead of "no assignee"
* Show progress for task links in board tooltips
* Simplify code to handle ajax popover and redirects

View File

@ -25,6 +25,7 @@ class Taskcreation extends Base
'swimlane_id' => $this->request->getIntegerParam('swimlane_id', key($swimlanes_list)),
'column_id' => $this->request->getIntegerParam('column_id'),
'color_id' => $this->color->getDefaultColor(),
'owner_id' => $this->userSession->getId(),
);
}