Do not refresh the whole page when changing subtask status (work in progress)
This commit is contained in:
@@ -107,7 +107,7 @@ class Comment extends Base
|
||||
public function update()
|
||||
{
|
||||
$task = $this->getTask();
|
||||
$comment = $this->getComment();
|
||||
$this->getComment();
|
||||
|
||||
$values = $this->request->getValues();
|
||||
list($valid, $errors) = $this->commentValidator->validateModification($values);
|
||||
|
||||
Reference in New Issue
Block a user