Skip to content

Commit

Permalink
feat(df7_10): show separate validation type for Quiet Areas in summary
Browse files Browse the repository at this point in the history
SVC-1812
  • Loading branch information
florianesser committed Sep 13, 2024
1 parent 3508b1c commit e6f653d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions successEvaluation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def targetSchema = aggregated['eu.esdihumboldt.hale.io.schema.read.target'].repo
if (targetSchema.toString().contains('CoverageArea')) {
validationType = 'Gültigkeitsbereich'
}
else if (targetSchema.toString().contains('QuietAreas')) {
validationType = 'Ruhige Gebiete'
}
else {
validationType = 'Lärmaktionsplan'
}
Expand Down

0 comments on commit e6f653d

Please sign in to comment.