diff --git a/app/src/Lib/Match/MatchService.php b/app/src/Lib/Match/MatchService.php index 5928c32f..cf33fb5e 100644 --- a/app/src/Lib/Match/MatchService.php +++ b/app/src/Lib/Match/MatchService.php @@ -1012,7 +1012,10 @@ public function setConfig(int $matchgridId) { ], 'MatchgridSettings', 'PotentialRules' => [ - 'RuleAttributes' => ['Attributes' => 'AttributeGroups'], + 'RuleAttributes' => [ + 'Attributes' => 'AttributeGroups', + 'CrosscheckAttributes' => 'AttributeGroups' + ], 'sort' => ['PotentialRules.ordr' => 'ASC'] ]]) ->firstOrFail();