From 84a867b8b1386dfcbd6c3f5c9920806c30f30d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 26 Sep 2024 12:14:16 +0200 Subject: [PATCH] feat: re-enable transportation select This reverts commit 1ca5a5304259f457f0096b787cb9299244c579e0. --- .../Resources/Private/Assets/js/myep/BookingEdit.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue index 2b36d5bc..6e434b61 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue @@ -113,6 +113,11 @@ :participant="participant" :mutable="mutableFields.services.mutable" v-on:updated="onParticipantDataUpdated($event, index)"/> +