Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'hotfix-1.2.x' into main
satkinson committed Dec 7, 2023
2 parents 5b67cca + 9c47ccb commit 044dcc6
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config/VERSION
@@ -1 +1 @@
1.2.0
1.2.1
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();
2 changes: 1 addition & 1 deletion container/aws_buildspec.yml
@@ -3,7 +3,7 @@ version: 0.2
env:
shell: bash
variables:
LABEL: "1.2.0"
LABEL: "1.2.1"
exported-variables:
- LABEL

0 comments on commit 044dcc6

Please sign in to comment.