add logic to filter tasks

This commit is contained in:
2018-05-07 22:06:34 +02:00
parent 38cc4f84c4
commit b856647b04
7 changed files with 144 additions and 90 deletions

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
{% extends view.layout %}
{% extends layout %}
{% set activeRouteKey = 'chill_task_single_task_new' %}
@@ -32,7 +32,7 @@
{# filter tasks #}
{% if view.person is not null %}
{% if person is not null %}
{% block personcontent %}
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
{% endblock %}