diff --git a/project/filters.py b/project/filters.py index 00e48e762..204e6c3b7 100644 --- a/project/filters.py +++ b/project/filters.py @@ -90,6 +90,7 @@ class TaskAllFilter(HorillaFilterSet): "task_members", "end_date", "status", + "is_active", ] def __init__(self, *args, **kwargs): diff --git a/project/templates/cbv/tasks/task_filter.html b/project/templates/cbv/tasks/task_filter.html index 6e8e33bf5..c4526558d 100644 --- a/project/templates/cbv/tasks/task_filter.html +++ b/project/templates/cbv/tasks/task_filter.html @@ -17,6 +17,10 @@ {{form.stage}} +