diff options
author | Michael Lüpkes <michael@luepkes.net> | 2015-02-03 11:16:10 +0100 |
---|---|---|
committer | Michael Lüpkes <michael@luepkes.net> | 2015-02-03 11:16:10 +0100 |
commit | e5ea36125536b5ac8f8a7e31c2602e9bd1b52075 (patch) | |
tree | 1879bcf0ca1fb3f7ea7375c548fdc00ab75e715a /app/Model/Base.php | |
parent | 24300f828a684eedf71d63374effb2be95c13b1a (diff) |
Implemented Changes to Project Duplication to include Swimlanes and Tasks.
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
Diffstat (limited to 'app/Model/Base.php')
-rw-r--r-- | app/Model/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Base.php b/app/Model/Base.php index 785785a7..e29588a2 100644 --- a/app/Model/Base.php +++ b/app/Model/Base.php @@ -34,6 +34,7 @@ use Pimple\Container; * @property \Model\Swimlane $swimlane * @property \Model\Task $task * @property \Model\TaskCreation $taskCreation + * @property \Model\TaskDuplication $taskDuplication * @property \Model\TaskExport $taskExport * @property \Model\TaskFinder $taskFinder * @property \Model\TaskHistory $taskHistory |