Move events handling to Symfony\EventDispatcher
This commit is contained in:
@@ -67,7 +67,7 @@ class TaskAssignCategoryLabel extends Base
|
||||
'category_id' => isset($data['category_id']) ? $data['category_id'] : $this->getParam('category_id'),
|
||||
);
|
||||
|
||||
return $this->taskModification->update($values, false);
|
||||
return $this->taskModification->update($values);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user