From 01060035bcb11b27f1a8deca2365883c8f31ab17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 28 Nov 2025 12:08:47 +0100 Subject: [PATCH] fix: consider mode in summary --- templates/booking/_summary.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/booking/_summary.html.twig b/templates/booking/_summary.html.twig index 2315e9e..74e9bda 100644 --- a/templates/booking/_summary.html.twig +++ b/templates/booking/_summary.html.twig @@ -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 %}

Aktualisierung möglich bis