diff --git a/app/config/VERSION b/app/config/VERSION index 26aaba0e..6085e946 100644 --- a/app/config/VERSION +++ b/app/config/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 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(); diff --git a/container/aws_buildspec.yml b/container/aws_buildspec.yml index f08ef961..c755f3e0 100644 --- a/container/aws_buildspec.yml +++ b/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