Admin Workflow - Fix Tested Issues - upload 3 documents at one step

This commit is contained in:
Dillon Ngo
2025-02-11 16:52:39 +08:00
parent fcc9105633
commit e2149f8e3f
@@ -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";