Skip to content

Commit

Permalink
Merge pull request #668 from CDLUC3/bug/BR-config
Browse files Browse the repository at this point in the history
Fix application name that appears in emails
  • Loading branch information
briri authored Dec 6, 2024
2 parents d562e95 + 39de6f5 commit fa34641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/mailer_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module MailerHelper
include PermsHelper

def tool_name
@tool_name ||= ApplicationService.application_name
@tool_name ||= Rails.configuration.x.dmproadmap.application_name
end

def helpdesk_email(org: nil)
Expand Down
2 changes: 1 addition & 1 deletion config/dmproadmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ default: &default
# This name is used throughout the system to identify your application. (e.g. in
# email communications, API calls to external systems, etc.)
# NOTE - This name must match the Google Analytics Tracker in this file!
application_name: "MyApp"
application_name: "DMP Tool"
# The :from email address used in emails sent by the application
application_do_not_reply_email: "[email protected]"
# The helpdesk email
Expand Down

0 comments on commit fa34641

Please sign in to comment.