diff options
Diffstat (limited to 'templates/action_index.php')
-rw-r--r-- | templates/action_index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/action_index.php b/templates/action_index.php index eccc0ec4..b515ccaa 100644 --- a/templates/action_index.php +++ b/templates/action_index.php @@ -36,6 +36,8 @@ <?= Helper\in_list($param['value'], $projects_list) ?> <?php elseif (Helper\contains($param['name'], 'color_id')): ?> <?= Helper\in_list($param['value'], $colors_list) ?> + <?php elseif (Helper\contains($param['name'], 'category_id')): ?> + <?= Helper\in_list($param['value'], $categories_list) ?> <?php endif ?> </strong> </li> |