Added task creation event to action "TaskDuplicateAnotherProject" (PR #2333)
This commit is contained in:
committed by
Frédéric Guillot
parent
e421d087fb
commit
fba81a1046
@@ -34,6 +34,7 @@ class TaskDuplicateAnotherProject extends Base
|
|||||||
return array(
|
return array(
|
||||||
TaskModel::EVENT_MOVE_COLUMN,
|
TaskModel::EVENT_MOVE_COLUMN,
|
||||||
TaskModel::EVENT_CLOSE,
|
TaskModel::EVENT_CLOSE,
|
||||||
|
TaskModel::EVENT_CREATE,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user