diff options
author | dalmond <david.almond@f-grp.com> | 2016-08-17 12:20:12 +0100 |
---|---|---|
committer | David Almond <david.almond@f-grp.com> | 2016-08-17 12:51:59 +0100 |
commit | 5c685a2a78aea236153fb051ae9615ff0fe6e4a8 (patch) | |
tree | b8ee97e5984ff13ec11d582bc5a53e9e01836ff3 /app/Controller/ActionCreationController.php | |
parent | 98efcf21e355ed6ac3827058b99df86ca67c75bb (diff) |
Automatic Actions now support Swimlanes
Diffstat (limited to 'app/Controller/ActionCreationController.php')
-rw-r--r-- | app/Controller/ActionCreationController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/ActionCreationController.php b/app/Controller/ActionCreationController.php index 9b228f28..1629e68f 100644 --- a/app/Controller/ActionCreationController.php +++ b/app/Controller/ActionCreationController.php @@ -84,6 +84,7 @@ class ActionCreationController extends BaseController 'priorities_list' => $this->projectTaskPriorityModel->getPriorities($project), 'project' => $project, 'available_actions' => $this->actionManager->getAvailableActions(), + 'swimlane_list' => $this->swimlaneModel->getList($project['id']), 'events' => $this->actionManager->getCompatibleEvents($values['action_name']), ))); } |