Added field rejectedReasonSubject for application rejection
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
UPDATE gepafin_schema.system_email_template
|
||||
SET subject = 'BANDO {{call_name}} – {{email_type}} {{company_name}}'
|
||||
WHERE "type" = 'INADMISSIBILITY_NOTIFICATION' and "email_scenario" = 'APPLICATION_REJECTED' and "system" = true;
|
||||
Reference in New Issue
Block a user