feat: always load fresh api data when starting to edit booking

This commit is contained in:
Björn Fromme
2026-03-16 12:02:28 +01:00
parent a23ff6d119
commit fba3becb06
5 changed files with 28 additions and 7 deletions
+2 -1
View File
@@ -136,7 +136,8 @@ class Booking
* Retrieves pickup service for a specific participant.
*
* Finds the pickup service assigned to the specified participant
* from the outbound pickup services.
* from the outbound pickup services. The API only supports pickups
* when outbound transportation is bus.
*
* @param int $participantIndex The participant index to search for
*