Avoid automatic actions that change the color to fire subsequent events
This commit is contained in:
@@ -79,7 +79,7 @@ class TaskAssignColorUser extends Base
|
||||
'color_id' => $this->getParam('color_id'),
|
||||
);
|
||||
|
||||
return $this->taskModification->update($values);
|
||||
return $this->taskModification->update($values, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user