fix: update draft together with session on refresh
This commit is contained in:
@@ -287,8 +287,9 @@ class IndexController extends AbstractController
|
|||||||
// Collect notifications from field handlers
|
// Collect notifications from field handlers
|
||||||
$notifications = $this->collectAndClearNotifications($bookingDto);
|
$notifications = $this->collectAndClearNotifications($bookingDto);
|
||||||
|
|
||||||
// Save updated booking data to session
|
// Save updated booking data to session and draft
|
||||||
$this->bookingService->saveBookingDto($request, $bookingDto, BookingDto::MODE_EDIT);
|
$this->bookingService->saveBookingDto($request, $bookingDto, BookingDto::MODE_EDIT);
|
||||||
|
$this->draftService->saveDraft($user, $id, $bookingDto);
|
||||||
|
|
||||||
// Get complete summary data (pricing, rooms, CMS data)
|
// Get complete summary data (pricing, rooms, CMS data)
|
||||||
$summaryData = $this->summaryDataService->getSummaryData($bookingDto);
|
$summaryData = $this->summaryDataService->getSummaryData($bookingDto);
|
||||||
|
|||||||
Reference in New Issue
Block a user