From 997a6dcacccbe4bed287ff81ea7700df20f307f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 26 Sep 2024 12:12:18 +0200 Subject: [PATCH] feat: re-enable pickup select This reverts commit 3910e4ba7b16a26c4f3778d7be15aa87986f446c. --- .../Resources/Private/Assets/js/myep/BookingEdit.vue | 7 +++++++ 1 file changed, 7 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 cabb52fd..2b36d5bc 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,13 @@ :participant="participant" :mutable="mutableFields.services.mutable" v-on:updated="onParticipantDataUpdated($event, index)"/> +