Skip to content

Commit

Permalink
Merge pull request #639 from it-at-m/feature-zms-2962-extend-log-table
Browse files Browse the repository at this point in the history
Feature zms 2962 extend log table
  • Loading branch information
manjencic authored Oct 15, 2024
2 parents 28b29ff + 3845181 commit 45fd6b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zmsadmin/templates/block/owner/overview.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
{% endif %}
{% if rights.availability or rights.superuser %}
<a class="float-right button-edit-availabilty" href="{{ urlGet('scopeAvailabilityMonth', {'id':clusterScope.id}, {}) }}" title="Öffnungszeiten">Öffnungszeiten</a>
<span class="float-right"><a href="{{ urlGet('mailtemplatesScope', {'scopeId': clusterScope.id}, {}) }}" title="E-Mail Templates">E-Mail Templates</a>&nbsp;</span>
{% endif %}
{% if rights.superuser %}
<span class="float-right"><a href="{{ urlGet('mailtemplatesScope', {'scopeId': clusterScope.id}, {}) }}" title="E-Mail Templates">E-Mail Templates</a>&nbsp;</span>
Expand All @@ -67,6 +68,7 @@
{% endif %}
{% if rights.availability or rights.superuser %}
<a class="float-right button-edit-availabilty" href="{{ urlGet('scopeAvailabilityMonth', {'id':scope.id}, {}) }}" title="Öffnungszeiten">Öffnungszeiten</a>
<span class="float-right"><a href="{{ urlGet('mailtemplatesScope', {'scopeId': scope.id}, {}) }}" title="E-Mail Templates">E-Mail Templates</a>&nbsp;</span>
{% endif %}
{% if rights.superuser %}
<span class="float-right"><a href="{{ urlGet('mailtemplatesScope', {'scopeId': scope.id}, {}) }}" title="E-Mail Templates">E-Mail Templates</a>&nbsp;</span>
Expand Down
1 change: 1 addition & 0 deletions zmsdb/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"bin/deleteDayoffData",
"bin/deleteOldAvailabilityData",
"bin/deleteOldEventLogEntries",
"bin/deleteOldLogs",
"bin/deleteReservedData",
"bin/deleteSessionData",
"bin/deleteTicketprinterData",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INSERT INTO `config` SET `name` = "cron__deleteOldLogs", `value` = "prod,stage,dev";

0 comments on commit 45fd6b3

Please sign in to comment.