From dc840ab03f877bdd3e3770101854f716f7093fd8 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 11 May 2023 12:10:17 +0100 Subject: [PATCH] Reuse the how to fix template for check soft validations email --- app/mailers/bulk_upload_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/bulk_upload_mailer.rb b/app/mailers/bulk_upload_mailer.rb index d07a24be6..b3feffbe0 100644 --- a/app/mailers/bulk_upload_mailer.rb +++ b/app/mailers/bulk_upload_mailer.rb @@ -6,7 +6,7 @@ class BulkUploadMailer < NotifyMailer FAILED_FILE_SETUP_ERROR_TEMPLATE_ID = "24c9f4c7-96ad-470a-ba31-eb51b7cbafd9".freeze FAILED_SERVICE_ERROR_TEMPLATE_ID = "c3f6288c-7a74-4e77-99ee-6c4a0f6e125a".freeze HOW_FIX_UPLOAD_TEMPLATE_ID = "21a07b26-f625-4846-9f4d-39e30937aa24".freeze - CHECK_SOFT_VALIDATIONS_TEMPLATE_ID = "123".freeze + CHECK_SOFT_VALIDATIONS_TEMPLATE_ID = "21a07b26-f625-4846-9f4d-39e30937aa24".freeze def send_how_fix_upload_mail(bulk_upload:) title = "We found #{pluralize(bulk_upload.bulk_upload_errors.count, 'error')} in your bulk upload"