wip: backport booking create flow form handling to edit flow
This commit is contained in:
@@ -60,6 +60,10 @@ class BookingEditDto implements BookingDtoInterface
|
||||
$pickup = $booking->getPickupForParticipant($index);
|
||||
$participantData->pickup = $pickup;
|
||||
|
||||
// Room assignment - extract from booking room mappings
|
||||
$room = $booking->getRoomForParticipant($index);
|
||||
$participantData->assignedRoomId = $room?->id;
|
||||
|
||||
$instance->participants[$index] = $participantData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user