Skip to content

Commit

Permalink
DT-1146: adjust stats data certifier role display text; bump version …
Browse files Browse the repository at this point in the history
…to 19.1
  • Loading branch information
hugh-emerson committed Oct 28, 2024
1 parent 1e9f84a commit c583a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: publish
env:
AWS_REGION: "eu-west-1"
VERSION: "19.0"
VERSION: "19.1"
REPOSITORY: "delta-auth-service"
ECR_PATH: "468442790030.dkr.ecr.eu-west-1.amazonaws.com"
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class LdapRepository(
when {
role.equals("${datamartDeltaDataProviders}$organisationId", ignoreCase = true) -> "Data provider"
role.equals("${datamartDeltaDataCertifiers}$organisationId", ignoreCase = true) -> "Data certifier"
role.equals("${datamartDeltaStatsDataCertifiers}$organisationId", ignoreCase = true) -> "Data certifier"
role.equals("${datamartDeltaStatsDataCertifiers}$organisationId", ignoreCase = true) -> "Data certifier (stats collections)"
else -> null
}
}.distinct()
Expand Down

0 comments on commit c583a89

Please sign in to comment.