Add event for the action TaskAssignColorColumn

This commit is contained in:
Frederic Guillot
2015-05-30 15:57:48 -04:00
parent 94cbdb3d9b
commit 3b276cd67a
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class TaskAssignColorColumn extends Base
public function getCompatibleEvents()
{
return array(
Task::EVENT_CREATE,
Task::EVENT_MOVE_COLUMN,
);
}