Fix bug: No creator when duplicating a task
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user