mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 06:24:03 +00:00
Admin Workflow - Admin UI to search and export data
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class FetchFirstQuestionV1AdminWFProcessor
|
||||
try {
|
||||
$setId = $request->route('set_id');
|
||||
if($setId === '0'){
|
||||
$set = QAQuestionnaireSet::where('group', 'workflow')->latest('id')->first();
|
||||
$set = QAQuestionnaireSet::where('group', '1688,approve_po,fill_po')->latest('id')->first();
|
||||
$setId = $set->id;
|
||||
}
|
||||
$query = $this->fetchesQuestion->execute(['questionnaire_set_id' => $setId]);
|
||||
|
||||
Reference in New Issue
Block a user