feat: improved mutability checks for personal data in edit or create mode

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent ff39bf365c
commit 43823dbda1
27 changed files with 435 additions and 233 deletions
+5
View File
@@ -0,0 +1,5 @@
<div class="mt-8 pt-4 border-t border-gray-200 text-center">
<a href="{{ path('app_booking_cancel') }}" class="text-sm text-gray-600 hover:text-gray-900 hover:underline">
Buchung abbrechen und zur Startseite zurückkehren
</a>
</div>
@@ -100,4 +100,6 @@
</div>
</div>
</div>
{% include 'booking/_cancel_link.html.twig' %}
{% endblock %}
@@ -75,4 +75,6 @@
</div>
{% endblock %}
</div>
{% include 'booking/_cancel_link.html.twig' %}
{% endblock %}
@@ -72,4 +72,6 @@
</div>
{% endblock %}
</div>
{% include 'booking/_cancel_link.html.twig' %}
{% endblock %}
@@ -65,4 +65,6 @@
} %}
</div>
</div>
{% include 'booking/_cancel_link.html.twig' %}
{% endblock %}
@@ -426,4 +426,6 @@
{{ form_end(form) }}
</div>
{% include 'booking/_cancel_link.html.twig' %}
{% endblock %}