Automatic Actions now support Swimlanes

This commit is contained in:
dalmond
2016-08-17 12:20:12 +01:00
committed by David Almond
parent 98efcf21e3
commit 5c685a2a78
7 changed files with 18 additions and 3 deletions

View File

@@ -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')
)));
}