[FEATURE] implement user filter in orderFilterHelper for tasks

This commit is contained in:
2023-07-05 10:55:30 +02:00
parent 25d4b6acbb
commit 0d626fb345
2 changed files with 4 additions and 0 deletions

View File

@@ -27,8 +27,10 @@
{% block css %}
{{ parent() }}
{{ encore_entry_link_tags('page_task_list') }}
{{ encore_entry_link_tags('mod_pickentity_type') }}
{% endblock %}
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('page_task_list') }}
{{ encore_entry_script_tags('mod_pickentity_type') }}
{% endblock %}