mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 08:24:06 +00:00
Merge branch 'dillon/74-admin-workflow' into vapor/development
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user