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/Template/action/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Template/action') diff --git a/app/Template/action/index.php b/app/Template/action/index.php index 0a94e4f0..7140dc85 100644 --- a/app/Template/action/index.php +++ b/app/Template/action/index.php @@ -54,6 +54,8 @@ text->in($param_value, $categories_list) ?> text->contains($param_name, 'link_id')): ?> text->in($param_value, $links_list) ?> + text->contains($param_name, 'swimlane_id')): ?> + text->in($param_value, $swimlane_list) ?> text->e($param_value) ?> -- cgit v1.2.3