mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 16:04:05 +00:00
Admin Workflow - API code refactor to fetch information to display on workflow
This commit is contained in:
+1
-1
@@ -121,7 +121,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){
|
||||
$booking = Booking::where('id', $questionMetadata['booking']['id'])->first();
|
||||
$booking = Booking::where('id', $questionMetadata['id'])->first();
|
||||
|
||||
$key1 = "admin_workflow_processed";
|
||||
$key2 = "admin_workflow_processing";
|
||||
|
||||
Reference in New Issue
Block a user