Avoid automatic actions that change the color to fire subsequent events
This commit is contained in:
@@ -88,6 +88,9 @@ class TaskCreation extends Base
|
||||
{
|
||||
$event = new TaskEvent(array('task_id' => $task_id) + $values);
|
||||
|
||||
$this->logger->debug('Event fired: '.Task::EVENT_CREATE_UPDATE);
|
||||
$this->logger->debug('Event fired: '.Task::EVENT_CREATE);
|
||||
|
||||
$this->dispatcher->dispatch(Task::EVENT_CREATE_UPDATE, $event);
|
||||
$this->dispatcher->dispatch(Task::EVENT_CREATE, $event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user