Fix bug: No creator when duplicating a task

This commit is contained in:
Frederic Guillot
2015-07-08 19:59:17 -04:00
parent 61fb47bf3a
commit f4fc02130a
4 changed files with 57 additions and 2 deletions

View File

@@ -152,7 +152,6 @@ class Task extends Base
{
$project = $this->getProject();
$values = $this->request->getValues();
$values['creator_id'] = $this->userSession->getId();
list($valid, $errors) = $this->taskValidator->validateCreation($values);