You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DCC Feature #345 - Allow Orgs to set a different Help Desk Email Address
from the default address.
Feature asked for by DCC https://github.com/DigitalCurationCentre/DMPonline-Service/issues/345
Changes:
- added helpdesk_email attribute to Org model with migration.
- added a Help Desk email field to
app/views/orgs/_profile_form.html.erb.
- added a method helpdesk_mail(org = nil) to app/helpers/mailer_helper.rb.
- added a variable @helpdesk_email to each method in app/mailers/user_mailer.rb.
- updated app/views/user_mailer/_email_signature.html.erb to accept
@helpdesk_mail variable.
- altered helpdesk_email variable in Devise email fragments to use Org
helpdesk_email if present.
0 commit comments