WIP: switch from ACLAware to normal repository usage

This commit is contained in:
2025-09-08 08:33:36 +02:00
parent 4ffd7034d0
commit 675e8450fc
6 changed files with 18 additions and 106 deletions

View File

@@ -10,7 +10,7 @@
{% if invitations|length == 0 %}
<p class="chill-no-data-statement">
{{ "There is no invitation items."|trans }}
{{ "invite.list.none"|trans }}
</p>
{% else %}
{{ include ('@ChillCalendar/Invitations/_list_item.html.twig') }}