Add EVENT_CREATE and EVENT_CREATE_UPDATE events to TaskMoveColumnCategoryChange action
This commit is contained in:
@@ -33,6 +33,8 @@ class TaskMoveColumnCategoryChange extends Base
|
||||
{
|
||||
return array(
|
||||
TaskModel::EVENT_UPDATE,
|
||||
TaskModel::EVENT_CREATE,
|
||||
TaskModel::EVENT_CREATE_UPDATE,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user