Fixed: [calendar] Always show filter of calendars in list

This commit is contained in:
Julien Fastré 2022-11-25 16:50:56 +01:00
parent 6eb23c6073
commit 57e1786b99
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,5 @@
{# list used in context of person or accompanyingPeriod #}
{{ filterOrder|chill_render_filter_order_helper }}
{% if calendarItems|length > 0 %}
<div class="flex-table list-records context-accompanyingCourse">

View File

@ -23,6 +23,8 @@
<h1>{{ 'Calendar list' |trans }}</h1>
{{ filterOrder|chill_render_filter_order_helper }}
{% if calendarItems|length == 0 %}
<p class="chill-no-data-statement">
{{ "There is no calendar items."|trans }}

View File

@ -22,6 +22,8 @@
<h1>{{ 'Calendar list' |trans }}</h1>
{{ filterOrder|chill_render_filter_order_helper }}
{% if calendarItems|length == 0 %}
<p class="chill-no-data-statement">
{{ "There is no calendar items."|trans }}