Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix retrieval of matchgrid configuration (CO-2728)
Benn Oshrin committed Dec 6, 2023
1 parent 8119177 commit 9712ba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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();

0 comments on commit 9712ba0

Please sign in to comment.