We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7791a commit b03e8acCopy full SHA for b03e8ac
webapp/src/Service/ConfigurationService.php
@@ -371,8 +371,7 @@ public function addOptions(ConfigurationSpecification $item): ConfigurationSpeci
371
break;
372
case 'results_prio':
373
case 'results_remap':
374
- $verdictsConfig = $this->etcDir . '/verdicts.php';
375
- $verdicts = include $verdictsConfig;
+ $verdicts = $this->getVerdicts(['final']);
376
$item->keyOptions = ['' => ''];
377
foreach (array_keys($verdicts) as $verdict) {
378
$item->keyOptions[$verdict] = $verdict;
0 commit comments