From 6145232330d2384ef8fed037a19953a1f30336b3 Mon Sep 17 00:00:00 2001 From: Piyush Date: Fri, 9 May 2025 12:17:09 +0530 Subject: [PATCH] updated code --- .../db/changelog/db.changelog-1.0.0.xml | 6 ++++ ...lication_submission_failure_08_05_2025.sql | 29 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/main/resources/db/dump/update_system_email_template_for_application_submission_failure_08_05_2025.sql diff --git a/src/main/resources/db/changelog/db.changelog-1.0.0.xml b/src/main/resources/db/changelog/db.changelog-1.0.0.xml index 12d7a374..bff80f3f 100644 --- a/src/main/resources/db/changelog/db.changelog-1.0.0.xml +++ b/src/main/resources/db/changelog/db.changelog-1.0.0.xml @@ -2795,4 +2795,10 @@ path="db/dump/update_assigned_application_view.sql"/> + + + + + diff --git a/src/main/resources/db/dump/update_system_email_template_for_application_submission_failure_08_05_2025.sql b/src/main/resources/db/dump/update_system_email_template_for_application_submission_failure_08_05_2025.sql new file mode 100644 index 00000000..bc3a43b3 --- /dev/null +++ b/src/main/resources/db/dump/update_system_email_template_for_application_submission_failure_08_05_2025.sql @@ -0,0 +1,29 @@ +UPDATE gepafin_schema.system_email_template +SET html_content = ' + +
+

Buongiorno,

+ +

+

+ Si prega di notare che si รจ verificato un errore durante linvio dell e-mail nello scenario "{{scenario}}" per la chiamata: {{call_name}}. +

+ +

+ +

+ Dettagli:
+ - ID Applicazione: {{application_id}}
+ - Nome Azienda: {{company_name}}
+ - Numero Protocollo: {{protocol_number}}
+ - ID Azione Utente: {{user_action_id}} +

+ +

Si prega di effettuare i controlli appropriati e di adottare le misure correttive necessarie.

+ +

Cordiali saluti,

+

Gepafin S.p.a.

+
+ +' +WHERE template_name = 'Application submission failure notification';