AtlasOfLivingAustralia / volunteer-portal

DigiVol (Biodiversity Volunteer Portal)
https://volunteer.ala.org.au
17 stars 15 forks source link

Modification logic to be moved to service layer #527

Closed cdausmus closed 2 years ago

cdausmus commented 2 years ago

As part of #464 (Grails 3.3 upgrade), Grails is requiring transactions to be explicitly started for modification (not automatic anymore) of db records. Instead of adding @Transactional to any controller method, it's more appropriate to have this logic in the service layer.