From f427e9d79a49db26aa40deefbbfd8b79f55b5fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 7 Oct 2021 11:10:52 +0200 Subject: [PATCH] Adopt changes in myep api --- .../ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ed76c597..0beea097 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 @@ -277,7 +277,7 @@ }, loadContingents () { this.beginLoading('Lade Kontingente...') - return authenticatedClient.get(`/api/contingents/${this.travelData.busproId}`) + return authenticatedClient.get(`/api/contingents/${this.travelData.busproId}/${this.bookingData.partnerId}`) .then(response => { this.contingents = response.data; })