Skip to content

Commit

Permalink
fix: correct collector names
Browse files Browse the repository at this point in the history
SVC-1696
  • Loading branch information
annat2022 committed May 7, 2024
1 parent 3af9eb9 commit e85d163
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ withTransformationContext {

def prioritiesAll = _snippets.helperFunctions.CODELIST_PrioritisationCriteriaText_DE()
if ( bezeichnung in prioritiesAll ) {
c.Maßnahmen."${bezeichnung}" << wert
c.Lärmkartierung."${bezeichnung}" << wert
}

}
Expand Down Expand Up @@ -687,7 +687,7 @@ withTransformationContext {


if ( bezeichnung in mittel || bezeichnung in interessentraeger) {
c.Maßnahmen."${bezeichnung}" << wert
c.Öffentlichkeitsbeteiligung."${bezeichnung}" << wert
}

}
Expand Down

0 comments on commit e85d163

Please sign in to comment.