Skip to content

Commit

Permalink
update to new code
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamelers committed Oct 30, 2024
1 parent cddceaf commit defa879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/stash_engine/resource_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def user_name(user)

def assign_variables(resource)
@resource = resource
@user = resource.owner_author || resource.user
@user = resource.owner_author || resource.submitter
@user_name = user_name(@user)
@helpdesk_email = APP_CONFIG['helpdesk_email'] || 'help@datadryad.org'
@bcc_emails = APP_CONFIG['submission_bc_emails'] || [@helpdesk_email]
Expand Down

0 comments on commit defa879

Please sign in to comment.