From 5c685a2a78aea236153fb051ae9615ff0fe6e4a8 Mon Sep 17 00:00:00 2001 From: dalmond Date: Wed, 17 Aug 2016 12:20:12 +0100 Subject: Automatic Actions now support Swimlanes --- app/Controller/ActionController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller/ActionController.php') 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') ))); } -- cgit v1.2.3