Release v2.5.6

This commit is contained in:
2026-08-05 19:38:16 +01:00
parent a8ef35b287
commit 9f831f04bc
161 changed files with 8487 additions and 1295 deletions
@@ -44,11 +44,14 @@
{{/if}}
</td>
<td data-label="Actions">
{{#if (anyPermission ../currentUser 'timetables.update' 'timetables.delete')}}
{{#if (anyPermission ../currentUser 'timetables.create' 'timetables.update' 'timetables.delete')}}
<div class="actions">
{{#if (hasPermission ../currentUser 'timetables.update')}}
<a class="btn btn-sm btn-primary" href="/data-sources/timetables/{{id}}/edit">Edit</a>
{{/if}}
{{#if (hasPermission ../currentUser 'timetables.create')}}
<a class="btn btn-sm btn-secondary" href="/data-sources/timetables/{{id}}/duplicate">Dupe</a>
{{/if}}
{{#if (hasPermission ../currentUser 'timetables.delete')}}
<form class="inline-form" method="post" action="/data-sources/timetables/{{id}}/delete" data-confirm-message="Delete this timetable group?">
{{#if inUse}}