Added task creation event to action "TaskDuplicateAnotherProject" (PR #2333)
This commit is contained in:
parent
e421d087fb
commit
fba81a1046
|
|
@ -34,6 +34,7 @@ class TaskDuplicateAnotherProject extends Base
|
|||
return array(
|
||||
TaskModel::EVENT_MOVE_COLUMN,
|
||||
TaskModel::EVENT_CLOSE,
|
||||
TaskModel::EVENT_CREATE,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue