summaryrefslogtreecommitdiff
path: root/app/Controller/ActionController.php
diff options
context:
space:
mode:
authordalmond <david.almond@f-grp.com>2016-08-17 12:20:12 +0100
committerDavid Almond <david.almond@f-grp.com>2016-08-17 12:51:59 +0100
commit5c685a2a78aea236153fb051ae9615ff0fe6e4a8 (patch)
treeb8ee97e5984ff13ec11d582bc5a53e9e01836ff3 /app/Controller/ActionController.php
parent98efcf21e355ed6ac3827058b99df86ca67c75bb (diff)
Automatic Actions now support Swimlanes
Diffstat (limited to 'app/Controller/ActionController.php')
-rw-r--r--app/Controller/ActionController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/ActionController.php b/app/Controller/ActionController.php
index 097640f6..c935125a 100644
--- a/app/Controller/ActionController.php
+++ b/app/Controller/ActionController.php
@@ -33,6 +33,7 @@ class ActionController extends BaseController
'colors_list' => $this->colorModel->getList(),
'categories_list' => $this->categoryModel->getList($project['id']),
'links_list' => $this->linkModel->getList(0, false),
+ 'swimlane_list' => $this->swimlaneModel->getList($project['id']),
'title' => t('Automatic actions')
)));
}