Merge branch 'dillon/74-admin-workflow' into vapor/development

This commit is contained in:
Dillon Ngo
2025-02-11 16:52:48 +08:00
@@ -129,7 +129,7 @@ class UpdateNextQuestionV1AdminWFLogic extends AbstractControllerLogic
//Marked data that has already been processed so that it does not appear again
$isNoGoingBack = null;
if($currentQuestion && $currentQuestion['is_end'] === 1){
if($currentQuestion && $currentQuestion['is_end'] === 1 && !$request->has('isPrevious')){
$booking = Booking::where('id', $questionMetadata['id'])->first();
$key1 = "admin_workflow_processed";