Skip to content

Commit

Permalink
Merge pull request #1063 from AtlasOfLivingAustralia/feature/issue3430
Browse files Browse the repository at this point in the history
 AtlasOfLivingAustralia/ecodata#3430
  • Loading branch information
chrisala authored Feb 7, 2025
2 parents 7406874 + 3b44e83 commit c9f6e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/services/au/org/ala/ecodata/SiteService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SiteService {
ExternalId.IdType.values().toList().each {
if (it.name().startsWith('MONITOR_')) {
monitorIdTypes << it
monitorIdTypes << it.name()
}
}

Expand Down

0 comments on commit c9f6e5a

Please sign in to comment.