sf4, adding workflow and fix errors for task bundle

This commit is contained in:
2020-08-04 10:04:25 +02:00
parent f7b5e37079
commit 5292f319be
4 changed files with 18 additions and 11 deletions

View File

@@ -31,7 +31,8 @@
{# filter tasks #}
{% block filtertasks %}{#
sf4 check: prevent error message: `A block definition cannot be nested under non-capturing nodes.` #}
{% if person is not null %}
{% block personcontent %}
{% include 'ChillTaskBundle:SingleTask:_list.html.twig' %}
@@ -43,3 +44,4 @@
</div>
{% endblock %}
{% endif %}
{% endblock %}