From cd9bc86fbeea01fa492606b9c19ded36bf0ab366 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 22 Aug 2015 17:39:37 -0400 Subject: Add new automated action to change task color based on the task link --- app/Template/action/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Template/action/index.php') diff --git a/app/Template/action/index.php b/app/Template/action/index.php index 6898fc26..bf2f7475 100644 --- a/app/Template/action/index.php +++ b/app/Template/action/index.php @@ -42,6 +42,8 @@ text->in($param['value'], $colors_list) ?> text->contains($param['name'], 'category_id')): ?> text->in($param['value'], $categories_list) ?> + text->contains($param['name'], 'link_id')): ?> + text->in($param['value'], $links_list) ?> e($param['value']) ?> -- cgit v1.2.3