fix: consider mode in summary

This commit is contained in:
Björn Fromme
2025-12-06 15:02:13 +01:00
parent 5b55d0984a
commit 1bab230f10
+1 -1
View File
@@ -9,7 +9,7 @@
{% endif %}
{# Mutability information (edit mode only) #}
{% if mutableData is defined %}
{% if bookingCreateDto.mode == constant('App\\Form\\Model\\BookingDto::MODE_EDIT') and mutableData %}
<div class="mb-6 pb-4 border-b border-gray-200">
<h4 class="font-semibold text-lg mb-3 text-gray-800">Aktualisierung möglich bis</h4>
<ul class="space-y-1 text-sm text-gray-600">