show toolbar filter after submission (#407)

This commit is contained in:
Kevin Papst
2018-11-11 15:32:41 +01:00
committed by GitHub
parent dc70ff128c
commit 1dabeedaa0
12 changed files with 12 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
{% block page_actions %}{{ widgets.page_actions({'filter': '#collapseTimesheet', 'download': 'onclick:return exportTimesheet()', 'visibility': '#modal_timesheet', 'calendar': path('calendar'), 'create': path('timesheet_create')}) }}{% endblock %}
{% block main_before %}
{{ toolbar.toolbar(toolbarForm, 'collapseTimesheet') }}
{{ toolbar.toolbar(toolbarForm, 'collapseTimesheet', showFilter) }}
{% endblock %}
{% block main %}