fix: consider mode in summary

This commit is contained in:
Björn Fromme
2026-03-16 11:59:12 +01:00
parent fa0cf5a654
commit 01060035bc
+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">