filter tasks by type, allow to overload task edit page and section menu

This commit is contained in:
2018-08-27 10:49:32 +02:00
parent b3b1e0aff5
commit a69b2d7e40
11 changed files with 208 additions and 13 deletions

View File

@@ -152,6 +152,10 @@
{{ form_row(form.status) }}
{% endif %}
{% if form.types is defined %}
{{ form_row(form.types) }}
{% endif %}
{% if form.person_id is defined %}
{{ form_row(form.person_id) }}
{% endif %}