From 3279768c1cff1534f435a080c4765f8a45290a4e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 31 Jan 2016 10:36:46 -0500 Subject: Have a new task assigned to the creator by default instead of "no assignee" --- app/Controller/Taskcreation.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller') diff --git a/app/Controller/Taskcreation.php b/app/Controller/Taskcreation.php index dc942594..ed2ac1b9 100644 --- a/app/Controller/Taskcreation.php +++ b/app/Controller/Taskcreation.php @@ -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(), ); } -- cgit v1.2.3