fix: consider mode in summary
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# Mutability information (edit mode only) #}
|
{# 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">
|
<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>
|
<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">
|
<ul class="space-y-1 text-sm text-gray-600">
|
||||||
|
|||||||
Reference in New Issue
Block a user