]> git.openstreetmap.org Git - rails.git/commit
Use Noticed to deliver notifications on GPX import success
authorPablo Brasero <pablo@pablobm.com>
Thu, 19 Mar 2026 13:39:18 +0000 (13:39 +0000)
committerPablo Brasero <pablo@pablobm.com>
Thu, 23 Apr 2026 13:34:31 +0000 (14:34 +0100)
commite257b8e8709bde8cfa4364280e27407ae8f8df63
treee7252477796d63f1be26360fdcfe63e509203294
parent8751e0e27bf24affe549bd6633c6339b731c917b
Use Noticed to deliver notifications on GPX import success

The mailer method now needs to receive the recipient directly, instead
of extracting it from the trace record.
app/jobs/trace_importer_job.rb
app/mailers/user_mailer.rb
app/notifiers/gpx_import_success_notifier.rb [new file with mode: 0644]
test/jobs/trace_importer_job_test.rb
test/mailers/previews/user_mailer_preview.rb
test/mailers/user_mailer_test.rb