Added task creation event to action "TaskDuplicateAnotherProject" (PR #2333)

This commit is contained in:
Jason Tourtelotte 2016-06-12 15:42:03 -04:00 committed by Frédéric Guillot
parent e421d087fb
commit fba81a1046
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class TaskDuplicateAnotherProject extends Base
return array(
TaskModel::EVENT_MOVE_COLUMN,
TaskModel::EVENT_CLOSE,
TaskModel::EVENT_CREATE,
);
}