mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Allow explicit reason for force delete mail template
This commit is contained in:
parent
8a046b59bf
commit
38cefe7255
5 changed files with 13 additions and 6 deletions
|
@ -8,7 +8,7 @@ module Domains
|
|||
send_email
|
||||
domain.update(contact_notification_sent_date: Time.zone.today)
|
||||
else
|
||||
domain.update(template_name: domain.notification_template)
|
||||
domain.update(template_name: domain.notification_template(explicit: reason))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue