Have a new task assigned to the creator by default instead of "no assignee"
This commit is contained in:
parent
bb040cfb78
commit
3279768c1c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue