mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-31 02:14:00 +00:00
Admin Workflow - Fix Tested Issues
This commit is contained in:
+3
@@ -165,6 +165,9 @@ class UpdateNextQuestionV1AdminWFLogic extends AbstractControllerLogic
|
||||
if($returnQuestion && $returnQuestion->is_start){
|
||||
$isNoGoingBack = 1;
|
||||
}
|
||||
else if($returnQuestion && $returnQuestion->is_start === 0 && $returnQuestion && $returnQuestion->is_end === 0){
|
||||
$isNoGoingBack = 0;
|
||||
}
|
||||
|
||||
//When a questionnaire ended, return back the first question
|
||||
if(is_null($returnQuestion)){
|
||||
|
||||
Reference in New Issue
Block a user