We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9a109 commit 51809deCopy full SHA for 51809de
1 file changed
modules/candidate_list/php/options.class.inc
@@ -79,11 +79,11 @@ class Options extends \LORIS\Http\Endpoint
79
foreach (array_values($list_of_participant_status) as $name) {
80
$participant_status_options[$name] = $name;
81
}
82
-
+ $projects = array_combine($list_of_projects, $list_of_projects);
83
return [
84
'visitlabel' => $visit_label_options,
85
'site' => $site_options,
86
- 'project' => array_combine($list_of_projects, $list_of_projects),
+ 'project' => $projects,
87
'cohort' => $cohort_options,
88
'participantstatus' => $participant_status_options,
89
'useedc' => $config->getSetting("useEDC"),
0 commit comments